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


Commits:
1da7aa34 by wurstsalat at 2024-10-29T22:25:22+01:00
refactor: Profle: Style improvements

- - - - -


2 changed files:

- gajim/data/style/gajim.css
- gajim/gtk/profile.py


Changes:

=====================================
gajim/data/style/gajim.css
=====================================
@@ -1018,11 +1018,13 @@ popover.combo scrollbar.vertical {
 
 /* ProfileWindow */
 #NicknameEntry:disabled {
-    font-size: 2.3rem;
-    font-weight: bold;
     border: none;
-    padding: 0px 0px 0px 0px;
     background-color: @theme_unfocused_bg_color;
+    padding: 0px 0px 0px 0px;
+}
+#NicknameEntry text:disabled {
+    font-size: 2.3rem;
+    font-weight: bold;
     color: @theme_fg_color;
 }
 


=====================================
gajim/gtk/profile.py
=====================================
@@ -366,7 +366,7 @@ def _on_edit_avatar(
     ) -> None:
         if self._avatar_selector is None:
             self._avatar_selector = AvatarSelector()
-            self._ui.avatar_selector_box.append(self._avatar_selector)
+            self._ui.avatar_selector_box.prepend(self._avatar_selector)
 
         self._avatar_selector.prepare_crop_area(str(paths[0]))
         self._ui.avatar_update_button.set_sensitive(



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

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