mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
Disable resizable button
Why this button if there is not a scalable design?
This commit is contained in:
parent
830786614f
commit
35862d7c11
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ var LauncherApp = Java.extend(JSApplication, {
|
||||||
stage = primaryStage;
|
stage = primaryStage;
|
||||||
stage.setTitle(config.title);
|
stage.setTitle(config.title);
|
||||||
|
|
||||||
|
// Disable resizable button
|
||||||
|
stage.setResizable(false);
|
||||||
|
|
||||||
// Set icons
|
// Set icons
|
||||||
for each (var icon in config.icons) {
|
for each (var icon in config.icons) {
|
||||||
var iconURL = Launcher.getResourceURL(icon).toString();
|
var iconURL = Launcher.getResourceURL(icon).toString();
|
||||||
|
|
Loading…
Reference in a new issue