FullScreen
This commit is contained in:
parent
6a5ed22633
commit
95b5c26c22
@ -29,7 +29,7 @@
|
||||
</list>
|
||||
</option>
|
||||
<option name="description" value="" />
|
||||
<option name="height" value="768" />
|
||||
<option name="height" value="760" />
|
||||
<option name="htmlParamFile" value="" />
|
||||
<option name="nativeBundle" value="all" />
|
||||
<option name="paramFile" value="" />
|
||||
|
@ -58,7 +58,7 @@ public class Main extends Application {
|
||||
stage.close();
|
||||
}
|
||||
|
||||
//stage.setMaximized(true);
|
||||
stage.setMaximized(true);
|
||||
stage.setMinHeight(640);
|
||||
stage.setMinWidth(768);
|
||||
stage.show();
|
||||
|
Loading…
Reference in New Issue
Block a user