More UI Skin edits
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 386 B |
|
Before Width: | Height: | Size: 926 B After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 956 B After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 212 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 191 B |
|
Before Width: | Height: | Size: 926 B After Width: | Height: | Size: 109 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 956 B After Width: | Height: | Size: 115 B |
@@ -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,
|
||||
|
||||
|
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();
|
||||
|
||||