Skip to content

Commit

Permalink
Templates combo box a bit wider
Browse files Browse the repository at this point in the history
  • Loading branch information
georgweiss committed Dec 3, 2024
1 parent 2f8025c commit 1cf069e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<HBox fx:id="templateControls" alignment="CENTER_RIGHT" spacing="5.0">
<children>
<Label prefWidth="80" text="%Templates" />
<ComboBox fx:id="templateSelector" editable="true" prefWidth="200" visibleRowCount="10" />
<ComboBox fx:id="templateSelector" editable="true" prefWidth="310.0" visibleRowCount="10" />
<HBox alignment="CENTER_RIGHT" HBox.hgrow="ALWAYS" />
</children>
</HBox>
Expand Down

0 comments on commit 1cf069e

Please sign in to comment.