This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch reproducible-widget-previews
in repository efl.
View the commit online.
commit 939b750cfa51403dca0446ac333ac5d13c893f28
Author: Carsten Haitzler <[email protected]>
AuthorDate: Sun Mar 29 12:15:17 2026 +0100
theme - fix build after merge
---
data/elementary/themes/edc/connman.edc | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/data/elementary/themes/edc/connman.edc b/data/elementary/themes/edc/connman.edc
index cac91a3011..5c177b2a05 100644
--- a/data/elementary/themes/edc/connman.edc
+++ b/data/elementary/themes/edc/connman.edc
@@ -239,7 +239,16 @@ group { name: "e/modules/connman/main";
}
}
///////////////////////
+ part { name: "icon_dim"; type: RECT; mouse_events: 0;
+ description { state: "default" 0.0;
+ color: 255 255 255 255; // no cc
+ }
+ description { state: "visible" 0.0;
+ color: 255 255 255 64; // no cc
+ }
+ }
part { name: "clip_exclam"; type: RECT;
+ clip_to: "icon_dim";
description { state: "default" 0.0;
visible: 1;
}
@@ -257,6 +266,7 @@ group { name: "e/modules/connman/main";
}
}
part { name: "clip_wifi"; type: RECT;
+ clip_to: "icon_dim";
description { state: "default" 0.0;
visible: 0;
}
@@ -274,6 +284,7 @@ group { name: "e/modules/connman/main";
}
}
part { name: "clip_eth"; type: RECT;
+ clip_to: "icon_dim";
description { state: "default" 0.0;
visible: 0;
}
@@ -291,6 +302,7 @@ group { name: "e/modules/connman/main";
}
}
part { name: "clip_bt"; type: RECT;
+ clip_to: "icon_dim";
description { state: "default" 0.0;
visible: 0;
}
@@ -308,6 +320,7 @@ group { name: "e/modules/connman/main";
}
}
part { name: "clip_cell"; type: RECT;
+ clip_to: "icon_dim";
description { state: "default" 0.0;
visible: 0;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.