Unify widget state image suffixes (disabled, pressed, hover, focus)
- Add a property for arrows image collection (in drop-downs, scrollbars and production tabs) - Add a property for separators image collection (in drop-downs) - Add hover and disable states to the drop-down separator - Unify button, textfield and checkbox state suffixes
This commit is contained in:
committed by
Paul Chote
parent
2dda2d7689
commit
7943f4deb6
@@ -394,18 +394,6 @@ music:
|
||||
prev: 68, 0, 16, 16
|
||||
fastforward: 85, 0, 16, 16
|
||||
|
||||
scrollbar:
|
||||
Inherits: ^Glyphs
|
||||
Regions:
|
||||
down_arrow: 68, 17, 16, 16
|
||||
down_pressed: 85, 17, 16, 16
|
||||
up_arrow: 102, 17, 16, 16
|
||||
up_pressed: 119, 17, 16, 16
|
||||
right_arrow: 136, 17, 16, 16
|
||||
right_pressed: 153, 17, 16, 16
|
||||
left_arrow: 170, 17, 16, 16
|
||||
left_pressed: 187, 17, 16, 16
|
||||
|
||||
progressbar-bg:
|
||||
Inherits: button-pressed
|
||||
|
||||
@@ -533,6 +521,12 @@ checkbox-highlighted:
|
||||
Inherits: ^Dialog
|
||||
PanelRegion: 897, 1, 2, 2, 122, 122, 2, 2
|
||||
|
||||
checkbox-highlighted-hover:
|
||||
Inherits: checkbox-highlighted
|
||||
|
||||
checkbox-highlighted-disabled:
|
||||
Inherits: checkbox-disabled
|
||||
|
||||
scrollitem-selected:
|
||||
Inherits: button-pressed
|
||||
|
||||
@@ -559,8 +553,34 @@ mainmenu-border:
|
||||
PanelRegion: 650, 389, 39, 39, 38, 38, 39, 39
|
||||
PanelSides: Edges
|
||||
|
||||
dropdown:
|
||||
scrollpanel-decorations:
|
||||
Inherits: ^Glyphs
|
||||
Regions:
|
||||
down: 68, 17, 16, 16
|
||||
down-pressed: 68, 17, 16, 16
|
||||
down-disabled: 85, 17, 16, 16
|
||||
up: 102, 17, 16, 16
|
||||
up-pressed: 102, 17, 16, 16
|
||||
up-disabled: 119, 17, 16, 16
|
||||
right: 136, 17, 16, 16
|
||||
right-pressed: 136, 17, 16, 16
|
||||
right-disabled: 153, 17, 16, 16
|
||||
left: 170, 17, 16, 16
|
||||
left-pressed: 170, 17, 16, 16
|
||||
left-disabled: 187, 17, 16, 16
|
||||
|
||||
dropdown-decorations:
|
||||
Inherits: ^Glyphs
|
||||
Regions:
|
||||
marker: 68, 17, 16, 16
|
||||
marker-pressed: 68, 17, 16, 16
|
||||
marker-disabled: 85, 17, 16, 16
|
||||
|
||||
dropdown-separators:
|
||||
Inherits: ^Dialog
|
||||
Regions:
|
||||
separator: 513, 2, 1, 19
|
||||
observer-separator: 769, 257, 1, 19
|
||||
separator-hover: 513, 130, 1, 19
|
||||
separator-pressed: 766, 2, 1, 19
|
||||
separator-disabled: 513, 258, 1, 19
|
||||
observer-separator: 769, 258, 1, 19
|
||||
|
||||
@@ -572,8 +572,8 @@ Container@PLAYER_WIDGETS:
|
||||
Image@ICON:
|
||||
X: 6
|
||||
Y: 3
|
||||
ImageCollection: scrollbar
|
||||
ImageName: up_arrow
|
||||
ImageCollection: scrollpanel-decorations
|
||||
ImageName: up
|
||||
Button@SCROLL_DOWN_BUTTON:
|
||||
Logic: AddFactionSuffixLogic
|
||||
Y: 211
|
||||
@@ -587,8 +587,8 @@ Container@PLAYER_WIDGETS:
|
||||
Image@ICON:
|
||||
X: 6
|
||||
Y: 3
|
||||
ImageCollection: scrollbar
|
||||
ImageName: down_arrow
|
||||
ImageCollection: scrollpanel-decorations
|
||||
ImageName: down
|
||||
Image@SIDEBAR_MONEYBIN:
|
||||
Logic: AddFactionSuffixLogic
|
||||
X: WINDOW_RIGHT - 250
|
||||
|
||||
Reference in New Issue
Block a user