summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2021-04-01 20:41:58 +0100
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2021-04-01 20:42:19 +0100
commit638b1a7c9b45088bcbfbfbaad99fb1243cc1689b (patch)
tree79aa1ecd8b4fb1ceb9838f9f7e7c50b9d6b7edfa
parent3d9590231e55d33e2e9fc7aa58f296ebc941bf7e (diff)
downloadefl-638b1a7c9b45088bcbfbfbaad99fb1243cc1689b.tar.gz
elm theme - icons - give them a logical min size of ICMIN
-rw-r--r--data/elementary/themes/edc/icons.edc14
1 files changed, 7 insertions, 7 deletions
diff --git a/data/elementary/themes/edc/icons.edc b/data/elementary/themes/edc/icons.edc
index ac7dbbb445..bcc94c4acb 100644
--- a/data/elementary/themes/edc/icons.edc
+++ b/data/elementary/themes/edc/icons.edc
@@ -1,6 +1,6 @@
// regular icons
#define ICON(_NAME, _ICON) \
- group { name: "e/icons/"_NAME; \
+ group { name: "e/icons/"_NAME; min: ICMIN ICMIN; \
parts { \
part { name: "icon/"_NAME; mouse_events: 0; \
description { state: "default" 0.0; \
@@ -150,7 +150,7 @@ ICON("gadgets", "i-gadgets")
// mono color default fg color icons
#define ICON(_NAME, _ICON) \
- group { name: "e/icons/"_NAME; \
+ group { name: "e/icons/"_NAME; min: ICMIN ICMIN; \
parts { \
part { name: "icon"; mouse_events: 0; \
description { state: "default" 0.0; \
@@ -217,7 +217,7 @@ ICON("preferences-position-right-bottom", "i-shelf-rb")
// mono border action icons
#define ICON(_NAME, _ICON) \
- group { name: "e/widgets/border/default/"_NAME; \
+ group { name: "e/widgets/border/default/"_NAME; min: ICMIN ICMIN; \
parts { \
part { name: "icon"; mouse_events: 0; \
description { state: "default" 0.0; \
@@ -257,7 +257,7 @@ ICON("sendto", "i-sendto")
// mime icons
#define ICON(_NAME, _ICON) \
- group { name: "e/icons/fileman/mime/"_NAME; \
+ group { name: "e/icons/fileman/mime/"_NAME; min: ICMIN ICMIN; \
alias: "e/icons/mimetypes/"_NAME; \
parts { \
part { name: "icon"; mouse_events: 0; \
@@ -529,7 +529,7 @@ ICON("application/x-partial-download", "i-download")
// elm icons
// mono color default fg color icons
#define ICON(_NAME, _ICON) \
- group { name: "elm/icon/"_NAME"/default"; \
+ group { name: "elm/icon/"_NAME"/default"; min: ICMIN ICMIN; \
parts { \
part { name: "icon"; mouse_events: 0; \
description { state: "default" 0.0; \
@@ -717,7 +717,7 @@ ICON("non-starred", "i-star-off")
// regular icons
#define ICON(_NAME, _ICON) \
- group { name: "elm/icon/"_NAME"/default"; \
+ group { name: "elm/icon/"_NAME"/default"; min: ICMIN ICMIN; \
parts { \
part { name: "icon/"_NAME; mouse_events: 0; \
description { state: "default" 0.0; \
@@ -1033,7 +1033,7 @@ ICON("emblem-synchronizing", "i-emblem-synchronizing")
// flags
#define FLAG(_NAME) \
- group { name: "elm/icon/"_NAME"/default"; \
+ group { name: "elm/icon/"_NAME"/default"; min: ICMIN ICMIN; \
images.image: "flags/"##_NAME##".png" COMP; \
parts { \
part { name: "icon"; mouse_events: 0; \