fix dialogs pane background
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<?import javafx.scene.control.cell.PropertyValueFactory?>
|
||||
|
||||
<VBox xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/8"
|
||||
fx:controller="ru.trader.controllers.VendorEditorController">
|
||||
fx:controller="ru.trader.controllers.VendorEditorController" styleClass="dialog">
|
||||
<HBox alignment="CENTER" GridPane.columnSpan="3">
|
||||
<TextField fx:id="name" alignment="CENTER"/>
|
||||
</HBox>
|
||||
|
||||
Reference in New Issue
Block a user