Skip to content

Commit 70ab7e9

Browse files
author
ylexus
committed
fix unintentional vertical scrollbar
1 parent 5b4c060 commit 70ab7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/resources/MainScreen.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<?import javafx.scene.control.MenuBar?>
66
<?import javafx.scene.control.MenuItem?>
77
<?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"
8+
<VBox xmlns:fx="http://javafx.com/fxml/1" fx:id="root" prefHeight="740.0" minWidth="800.0" spacing="10.0" stylesheets="@style.css"
99
xmlns="http://javafx.com/javafx/11.0.1" fx:controller="net.yudichev.googlephotosupload.ui.MainScreenControllerImpl">
1010
<padding>
1111
<Insets bottom="4.0" left="4.0" right="4.0" top="4.0"/>

0 commit comments

Comments
 (0)