We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4c060 commit 70ab7e9Copy full SHA for 70ab7e9
app/src/main/resources/MainScreen.fxml
@@ -5,7 +5,7 @@
5
<?import javafx.scene.control.MenuBar?>
6
<?import javafx.scene.control.MenuItem?>
7
<?import javafx.scene.layout.VBox?>
8
-<VBox xmlns:fx="http://javafx.com/fxml/1" fx:id="root" prefHeight="700.0" minWidth="800.0" spacing="10.0" stylesheets="@style.css"
+<VBox xmlns:fx="http://javafx.com/fxml/1" fx:id="root" prefHeight="740.0" minWidth="800.0" spacing="10.0" stylesheets="@style.css"
9
xmlns="http://javafx.com/javafx/11.0.1" fx:controller="net.yudichev.googlephotosupload.ui.MainScreenControllerImpl">
10
<padding>
11
<Insets bottom="4.0" left="4.0" right="4.0" top="4.0"/>
0 commit comments