This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efl.
View the commit online.
commit 968b7cf59101ed03d19343c6447d0c4bcd72d8f2
Author: [email protected] <[email protected]>
AuthorDate: Tue May 12 10:03:07 2026 -0600
fix(connman): set minimum size for theme group to preserve icon legibility
The e/modules/connman/main group is inherited by all icon variants
(wifi, ethernet, etc.). Setting min: 16 16; ensures elm_layout
propagates this minimum size hint to the evas widget, allowing
elm_table and elm_genlist to properly size icon cells instead of
collapsing them to 0x0. This is necessary now that NetworkManager
popup uses elm_layout to instantiate gadget icons instead of raw
edje_object.
At 16px square, the wifi base, lock overlay, signal bars, and band
label remain legible. Shelf gadcon placement is still controlled via
e_gadcon_client_min_size_set(gcc, 16, 16), so this theme min does
not force the shelf taller.
---
data/elementary/themes/edc/connman.edc | 1 +
1 file changed, 1 insertion(+)
diff --git a/data/elementary/themes/edc/connman.edc b/data/elementary/themes/edc/connman.edc
index 5c96032cd5..1e0e30800d 100644
--- a/data/elementary/themes/edc/connman.edc
+++ b/data/elementary/themes/edc/connman.edc
@@ -1,4 +1,5 @@
group { name: "e/modules/connman/main";
+ min: 16 16;
images.image: "cloud-conn.png" COMP;
images.image: "eth-top.png" COMP;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.