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


Commits:
f1229b85 by wurstsalat at 2024-10-20T21:57:28+02:00
refactor: Profile: Fix privacy button positoning

- - - - -


1 changed file:

- gajim/data/gui/profile.ui


Changes:

=====================================
gajim/data/gui/profile.ui
=====================================
@@ -205,26 +205,31 @@
                   </object>
                 </child>
                 <child type="end">
-                  <object class="GtkMenuButton" id="privacy_button">
-                    <property name="visible">0</property>
-                    <property name="tooltip-text" 
translatable="1">Privacy</property>
-                    <property name="direction">up</property>
-                    <property name="popover">privacy_popover</property>
+                  <object class="GtkBox">
+                    <property name="spacing">12</property>
                     <child>
-                      <object class="GtkImage">
-                        <property 
name="icon-name">feather-eye-symbolic</property>
+                      <object class="GtkMenuButton" id="privacy_button">
+                        <property name="visible">0</property>
+                        <property name="tooltip-text" 
translatable="1">Privacy</property>
+                        <property name="direction">up</property>
+                        <property name="popover">privacy_popover</property>
+                        <child>
+                          <object class="GtkImage">
+                            <property 
name="icon-name">feather-eye-symbolic</property>
+                          </object>
+                        </child>
+                      </object>
+                    </child>
+                    <child>
+                      <object class="GtkButton" id="save_button">
+                        <property name="visible">0</property>
+                        <property name="label" 
translatable="1">_Save</property>
+                        <property name="use-underline">1</property>
+                        <style>
+                          <class name="suggested-action"/>
+                        </style>
                       </object>
                     </child>
-                  </object>
-                </child>
-                <child type="end">
-                  <object class="GtkButton" id="save_button">
-                    <property name="visible">0</property>
-                    <property name="label" translatable="1">_Save</property>
-                    <property name="use-underline">1</property>
-                    <style>
-                      <class name="suggested-action"/>
-                    </style>
                   </object>
                 </child>
                 <child type="end">



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

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