kwo pushed a commit to branch master. http://git.enlightenment.org/e16/e16-themes.git/commit/?id=f7f4d31e37650520dc2f461d6bfecdb6563f50b5
commit f7f4d31e37650520dc2f461d6bfecdb6563f50b5 Author: Kim Woelders <k...@woelders.dk> Date: Sun Feb 28 20:02:15 2021 +0100 winter: A couple of imageclass cleanups --- winter/data/dialogs/dialogs.cfg | 24 ++++++++++++------------ winter/data/dragbar/dragbar.cfg | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/winter/data/dialogs/dialogs.cfg b/winter/data/dialogs/dialogs.cfg index ec26917..0750bdb 100644 --- a/winter/data/dialogs/dialogs.cfg +++ b/winter/data/dialogs/dialogs.cfg @@ -34,35 +34,35 @@ __END __ICLASS __BGN __NAME DIALOG_WIDGET_CHECK_BUTTON __NORMAL "dialogs/images/checkbox.png" - __EDGE_SCALING 70 70 70 0 + __EDGE_SCALING 0 0 0 0 __HILITED "dialogs/images/checkbox_hilited.png" __HILITED_ACTIVE "dialogs/images/checkbox-checked_hilited.png" __NORMAL_ACTIVE "dialogs/images/checkbox-checked.png" __CLICKED "dialogs/images/checkbox_clicked.png" __CLICKED_ACTIVE "dialogs/images/checkbox-checked_clicked.png" - __EDGE_SCALING 70 70 70 0 + __EDGE_SCALING 0 0 0 0 __PADDING 4 4 4 4 __END __ICLASS __BGN __NAME DIALOG_WIDGET_RADIO_BUTTON __NORMAL "dialogs/images/radio.png" - __EDGE_SCALING 70 70 70 0 + __EDGE_SCALING 0 0 0 0 __HILITED "dialogs/images/radio_hilited.png" __HILITED_ACTIVE "dialogs/images/radio-on_hilited.png" __NORMAL_ACTIVE "dialogs/images/radio-on.png" __CLICKED "dialogs/images/radio_clicked.png" __CLICKED_ACTIVE "dialogs/images/radio-on_clicked.png" - __EDGE_SCALING 70 70 70 0 + __EDGE_SCALING 0 0 0 0 __PADDING 4 4 4 4 __END __ICLASS __BGN __NAME DIALOG_WIDGET_SEPARATOR __NORMAL "dialogs/images/separator.png" - __EDGE_SCALING 1 1 1 1 + __EDGE_SCALING 1 1 0 0 __CLICKED "dialogs/images/separator.png" - __EDGE_SCALING 1 1 1 1 + __EDGE_SCALING 1 1 0 0 __PADDING 1 1 1 1 __END @@ -76,7 +76,7 @@ __END __ICLASS __BGN __NAME DIALOG_WIDGET_SLIDER_BASE_HORIZONTAL __NORMAL "dialogs/images/slider-trough-h.png" - __EDGE_SCALING 8 6 8 6 + __EDGE_SCALING 8 6 3 2 __PADDING 4 4 1 1 __END @@ -97,7 +97,7 @@ __END __ICLASS __BGN __NAME DIALOG_WIDGET_SLIDER_BASE_VERTICAL __NORMAL "dialogs/images/slider-trough-v.png" - __EDGE_SCALING 8 8 8 8 + __EDGE_SCALING 3 2 8 8 __PADDING 4 4 1 1 __END @@ -117,28 +117,28 @@ __END __ICLASS __BGN __NAME DIALOG_WIDGET_AREA __NORMAL "dialogs/images/indent.png" - __EDGE_SCALING 4 4 4 4 + __EDGE_SCALING 4 3 4 4 __PADDING 4 4 4 4 __END __ICLASS __BGN __NAME SETTINGS_DESKTOP_AREA __NORMAL "dialogs/images/bg.png" - __EDGE_SCALING 6 5 7 4 + __EDGE_SCALING 4 3 7 4 __PADDING 1 1 1 1 __END __ICLASS __BGN __NAME SETTINGS_AREA_AREA __NORMAL "dialogs/images/bg.png" - __EDGE_SCALING 6 5 7 4 + __EDGE_SCALING 4 3 7 4 __PADDING 1 1 1 1 __END __ICLASS __BGN __NAME SETTINGS_AREADESK_AREA __NORMAL "dialogs/images/ondent.png" - __EDGE_SCALING 4 4 4 4 + __EDGE_SCALING 4 3 4 4 __PADDING 4 4 4 4 __END diff --git a/winter/data/dragbar/dragbar.cfg b/winter/data/dragbar/dragbar.cfg index 982867e..86ee5ea 100644 --- a/winter/data/dragbar/dragbar.cfg +++ b/winter/data/dragbar/dragbar.cfg @@ -1,8 +1,8 @@ __ICLASS __BGN __NAME DESKTOP_DRAGBUTTON_HORIZ __NORMAL "dragbar/images/dragbar_horiz.png" - __EDGE_SCALING 3 4 4 4 - __PADDING 4 4 4 4 + __EDGE_SCALING 1 1 2 2 + __PADDING 1 1 1 1 __END __ICLASS __BGN --