[sysprof] libsysprof-ui: move zoom controls



commit f5043fa8d6fab86d99374e38cc825ea5579eb9ef
Author: Christian Hergert <chergert redhat com>
Date:   Thu May 16 00:00:31 2019 -0700

    libsysprof-ui: move zoom controls
    
    and make them flat

 src/libsysprof-ui/ui/sysprof-capture-view.ui | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/src/libsysprof-ui/ui/sysprof-capture-view.ui b/src/libsysprof-ui/ui/sysprof-capture-view.ui
index a6e9b79..1071cc8 100644
--- a/src/libsysprof-ui/ui/sysprof-capture-view.ui
+++ b/src/libsysprof-ui/ui/sysprof-capture-view.ui
@@ -11,20 +11,21 @@
             <property name="visible">true</property>
             <child>
               <object class="GtkBox">
-                <property name="margin-start">6</property>
-                <property name="margin-end">12</property>
+                <property name="margin-start">12</property>
+                <property name="margin-end">6</property>
                 <property name="orientation">horizontal</property>
                 <property name="valign">center</property>
                 <property name="visible">true</property>
-                <style>
-                  <class name="linked"/>
-                </style>
                 <child>
                   <object class="GtkButton">
                     <property name="action-name">zoom.zoom-out</property>
                     <property name="focus-on-click">false</property>
                     <property name="visible">true</property>
                     <property name="tooltip-text" translatable="yes">Zoom Out</property>
+                    <style>
+                      <class name="flat"/>
+                      <class name="image-button"/>
+                    </style>
                     <child>
                       <object class="GtkImage">
                         <property name="icon-name">zoom-out-symbolic</property>
@@ -40,12 +41,13 @@
                     <property name="tooltip-text" translatable="yes">Resize to Fit</property>
                     <property name="visible">true</property>
                     <style>
+                      <class name="flat"/>
                       <class name="image-button"/>
                     </style>
                     <child>
                       <object class="GtkImage">
-                        <property name="margin-start">12</property>
-                        <property name="margin-end">12</property>
+                        <property name="margin-start">6</property>
+                        <property name="margin-end">6</property>
                         <property name="icon-name">zoom-fit-best-symbolic</property>
                         <property name="visible">true</property>
                       </object>
@@ -58,6 +60,10 @@
                     <property name="focus-on-click">false</property>
                     <property name="tooltip-text" translatable="yes">Zoom In</property>
                     <property name="visible">true</property>
+                    <style>
+                      <class name="flat"/>
+                      <class name="image-button"/>
+                    </style>
                     <child>
                       <object class="GtkImage">
                         <property name="icon-name">zoom-in-symbolic</property>
@@ -67,6 +73,9 @@
                   </object>
                 </child>
               </object>
+              <packing>
+                <property name="pack-type">end</property>
+              </packing>
             </child>
             <child type="center">
               <object class="GtkStackSwitcher" id="stack_switcher">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]