Skip to content
Snippets Groups Projects
Commit 3faad7b9 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #245 - combobox resizing in chart tab

parent a3ff7e41
Branches
Tags
No related merge requests found
...@@ -96,8 +96,8 @@ ...@@ -96,8 +96,8 @@
<Font name="System Bold" size="16.0" /> <Font name="System Bold" size="16.0" />
</font> </font>
</Label> </Label>
<ComboBox fx:id="comboBoxStartMonth" prefHeight="25.0" prefWidth="110.0" /> <ComboBox fx:id="comboBoxStartMonth" prefHeight="25.0" prefWidth="115.0" />
<ComboBox fx:id="comboBoxStartYear" prefWidth="70.0" /> <ComboBox fx:id="comboBoxStartYear" prefWidth="100.0" HBox.hgrow="ALWAYS" />
</children> </children>
</HBox> </HBox>
<HBox alignment="CENTER_LEFT" spacing="10.0"> <HBox alignment="CENTER_LEFT" spacing="10.0">
...@@ -107,8 +107,8 @@ ...@@ -107,8 +107,8 @@
<Font name="System Bold" size="16.0" /> <Font name="System Bold" size="16.0" />
</font> </font>
</Label> </Label>
<ComboBox fx:id="comboBoxEndMonth" prefWidth="110.0" /> <ComboBox fx:id="comboBoxEndMonth" prefWidth="115.0" />
<ComboBox fx:id="comboBoxEndYear" prefWidth="70.0" /> <ComboBox fx:id="comboBoxEndYear" prefWidth="100.0" />
</children> </children>
</HBox> </HBox>
</children> </children>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment