SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit aeca73db authored by George Katsikas's avatar George Katsikas :goat:
Browse files

refactor(graphs): :children_crossing: swap places of fig width/height

parent d38da400
No related branches found
No related tags found
No related merge requests found
......@@ -135,8 +135,8 @@ class GenericPlotOptionsForm(InitialCoalescedForm):
Div(Field("title"), css_class="col-12"),
Div(Field("x_label"), css_class="col-6"),
Div(Field("y_label"), css_class="col-6"),
Div(Field("fig_height"), css_class="col-6"),
Div(Field("fig_width"), css_class="col-6"),
Div(Field("fig_height"), css_class="col-6"),
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment