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


Commits:
b4b9e14c by wurstsalat at 2025-02-27T21:39:22+01:00
cfix: Preferences: Fix lock icon layout

- - - - -


1 changed file:

- gajim/gtk/settings.py


Changes:

=====================================
gajim/gtk/settings.py
=====================================
@@ -201,11 +201,10 @@ def __init__(
             "feather-lock-symbolic",
         )
         self._locked_icon.set_visible(False)
-        self._locked_icon.set_visible(False)
         self._locked_icon.set_halign(Gtk.Align.END)
         self._locked_icon.set_tooltip_text(_("Setting is locked by the 
system"))
 
-        self._grid.attach(self._locked_icon, 0, 0, 1, 1)
+        self._grid.attach(self._locked_icon, 2, 0, 1, 2)
 
         description_box = Gtk.Box(orientation=Gtk.Orientation.VERTICAL, 
spacing=0)
         description_box.set_valign(Gtk.Align.CENTER)



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

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