Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
e1b4bc44 by wurstsalat at 2023-11-07T23:03:39+01:00
cfix: Fix contrast of decorative Gajim symbolic background icon

- - - - -


2 changed files:

- gajim/gtk/accounts.py
- gajim/gtk/chat_stack.py


Changes:

=====================================
gajim/gtk/accounts.py
=====================================
@@ -622,7 +622,7 @@ def __init__(self) -> None:
         self.set_margin_top(24)
         image = Gtk.Image.new_from_icon_name(
             'org.gajim.Gajim-symbolic', Gtk.IconSize.from_name('100'))
-        image.get_style_context().add_class('dim-label')
+        image.set_opacity(0.2)
         self.add(image)
 
         button = Gtk.Button(label=_('Add Account'))


=====================================
gajim/gtk/chat_stack.py
=====================================
@@ -829,7 +829,7 @@ def __init__(self):
         self.set_valign(Gtk.Align.CENTER)
         image = Gtk.Image.new_from_icon_name(
             'org.gajim.Gajim-symbolic', Gtk.IconSize.from_name('100'))
-        image.get_style_context().add_class('dim-label')
+        image.set_opacity(0.2)
         self.add(image)
 
         button = Gtk.Button(label=_('Start Chatting…'))



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/e1b4bc44c0ca026d5aa41bd2eb8dbb33245197db

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/e1b4bc44c0ca026d5aa41bd2eb8dbb33245197db
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]

Reply via email to