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


Commits:
26c9d9e3 by wurstsalat at 2024-10-29T21:59:56+01:00
refactor: Fix ContactNameEntry text size

- - - - -
6a881306 by wurstsalat at 2024-10-29T22:03:53+01:00
refactor: Change view-pin-symbolic to system-users-symbolic

- - - - -
9bf94e58 by wurstsalat at 2024-10-29T22:06:35+01:00
cfix: ContactNameEntry: Fix entry background

- - - - -


2 changed files:

- gajim/data/gui/contact_info.ui
- gajim/data/style/gajim.css


Changes:

=====================================
gajim/data/gui/contact_info.ui
=====================================
@@ -551,7 +551,7 @@
               <object class="GtkStackPage">
                 <property name="name">groups</property>
                 <property name="title" translatable="1">Groups</property>
-                <property name="icon-name">view-pin-symbolic</property>
+                <property name="icon-name">system-users-symbolic</property>
                 <property name="child">
                   <object class="GtkStack" id="groups_page_stack">
                     <property name="transition-type">crossfade</property>


=====================================
gajim/data/style/gajim.css
=====================================
@@ -1063,11 +1063,13 @@ .stack-header {
     padding: 9px 9px;
 }
 #ContactNameEntry:disabled {
-    font-size: 2.0rem;
-    font-weight: bold;
     border: none;
-    padding: 0px 0px 0px 0px;
     background-color: transparent;
+    padding: 0px 0px 0px 0px;
+}
+#ContactNameEntry text:disabled {
+    font-size: 2.0rem;
+    font-weight: bold;
     color: @theme_fg_color;
 }
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/4cd24f7a1494540a9d022ec67d9614cdf4903e60...9bf94e583d5f87349e95507e4889fc2c4186c4ba

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/4cd24f7a1494540a9d022ec67d9614cdf4903e60...9bf94e583d5f87349e95507e4889fc2c4186c4ba
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