More UI Skin edits

This commit is contained in:
fgnm
2020-07-02 11:48:12 +02:00
parent f1d8ffd3d2
commit 91ad165c00
13 changed files with 285 additions and 272 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 926 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 956 B

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 926 B

After

Width:  |  Height:  |  Size: 109 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 956 B

After

Width:  |  Height:  |  Size: 115 B

+281 -264
View File
File diff suppressed because it is too large Load Diff
+4 -7
View File
@@ -433,15 +433,12 @@
focusBorder: border
},
close-window: {
down: button-down,
up: button,
over: button-over,
imageUp: icon-close
down: button-red,
up: button-window-bg,
imageUp: icon-close-white
},
close-panel: {
imageDown: icon-close-orange-down,
imageOver: icon-close-orange-over,
imageUp: icon-close-orange
imageUp: icon-close-white
},
trash-button: {
imageDown: icon-trash-disabled,
Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 141 KiB

@@ -45,7 +45,6 @@ public class FileMenu extends H2DMenu {
addItem(new MenuItem("New Project", new MenuItemListener(NEW_PROJECT, null, FILE_MENU)).setShortcut(Input.Keys.CONTROL_LEFT, Input.Keys.N));
addItem(new MenuItem("Open Project", new MenuItemListener(OPEN_PROJECT, null, FILE_MENU)).setShortcut(Input.Keys.CONTROL_LEFT, Input.Keys.O));
addItem(saveProject);
//saveProject.debug();
//
scenesMenuItem = new MenuItem("Scenes");
scenesPopupMenu = new PopupMenu();