1
0
mirror of https://github.com/aNNiMON/HotaruFX.git synced 2024-09-19 14:14:21 +03:00

Fix window resizability

This commit is contained in:
Victor 2017-09-06 15:15:59 +03:00
parent 9b308e936b
commit e76f27b66e

View File

@ -9,7 +9,7 @@
<BorderPane xmlns="http://javafx.com/javafx/8.0.141" xmlns:fx="http://javafx.com/fxml/1" <BorderPane xmlns="http://javafx.com/javafx/8.0.141" xmlns:fx="http://javafx.com/fxml/1"
prefWidth="800.0" prefHeight="600.0" prefWidth="800.0" prefHeight="600.0"
minWidth="-Infinity" minHeight="-Infinity" minWidth="NaN" minHeight="NaN"
maxWidth="-Infinity" maxHeight="-Infinity" maxWidth="-Infinity" maxHeight="-Infinity"
fx:controller="com.annimon.hotarufx.ui.controller.EditorController" fx:controller="com.annimon.hotarufx.ui.controller.EditorController"
> >