Skip to content

Commit

Permalink
fixed position for comboboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
BilelBoach committed Jul 15, 2015
1 parent eb455d5 commit d89972b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/com/devsolutions/camelus/views/TakeOrderView.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
</ComboBox>
</children>
<BorderPane.margin>
<Insets left="60"></Insets>
<Insets left="70"></Insets>
</BorderPane.margin>
</HBox>
</left>
Expand All @@ -120,7 +120,7 @@
</ComboBox>
</children>
<BorderPane.margin>
<Insets left="60"></Insets>
<Insets left="74"></Insets>
</BorderPane.margin>
</HBox>
</right>
Expand Down

0 comments on commit d89972b

Please sign in to comment.