Daniel Brötzmann pushed to branch gtk4 at gajim / gajim
Commits:
acc47feb by wurstsalat at 2024-10-20T12:15:33+02:00
cfix: AccountPage: Fix account label spacing
- - - - -
1caeeb74 by wurstsalat at 2024-10-20T12:21:37+02:00
refactor: Replace missing GTK icons
- - - - -
3 changed files:
- gajim/data/gui/account_page.ui
- gajim/data/gui/profile.ui
- gajim/gtk/accounts.py
Changes:
=====================================
gajim/data/gui/account_page.ui
=====================================
@@ -86,6 +86,7 @@
<child type="center">
<object class="GtkBox">
<property name="margin-bottom">12</property>
+ <property name="margin-end">12</property>
<property name="orientation">1</property>
<property name="spacing">6</property>
<child>
=====================================
gajim/data/gui/profile.ui
=====================================
@@ -212,7 +212,7 @@
<property name="popover">privacy_popover</property>
<child>
<object class="GtkImage">
- <property
name="icon-name">preferences-system-privacy-symbolic</property>
+ <property
name="icon-name">feather-eye-symbolic</property>
</object>
</child>
</object>
=====================================
gajim/gtk/accounts.py
=====================================
@@ -409,11 +409,11 @@ def __init__(self, name: str, label: str) -> None:
if name == 'general':
icon = 'avatar-default-symbolic'
elif name == 'privacy':
- icon = 'preferences-system-privacy-symbolic'
+ icon = 'feather-eye-symbolic'
elif name == 'encryption-omemo':
icon = 'channel-secure-symbolic'
elif name == 'connection':
- icon = 'preferences-system-network-symbolic'
+ icon = 'feather-globe-symbolic'
elif name == 'advanced':
icon = 'preferences-system-symbolic'
else:
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/compare/2db6f32fbdb9a61b7688aa8d741a5489ef6420de...1caeeb74bf1d181aa6687f7db09430484e27b185
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/compare/2db6f32fbdb9a61b7688aa8d741a5489ef6420de...1caeeb74bf1d181aa6687f7db09430484e27b185
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]