[gnome-software] Use a GtkActionBar for selection actions



commit 4adde3ddac5475cbbea0e30f297db73d528591ce
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jan 21 21:08:56 2014 -0500

    Use a GtkActionBar for selection actions

 src/gnome-software.ui |   19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/src/gnome-software.ui b/src/gnome-software.ui
index 60b1f9a..8d41815 100644
--- a/src/gnome-software.ui
+++ b/src/gnome-software.ui
@@ -660,15 +660,20 @@
                     <child>
                       <object class="GtkRevealer" id="bottom_install">
                         <property name="visible">True</property>
-                        <property name="transition-type">4</property>
+                        <property name="transition-type">slide-up</property>
                         <child>
-                          <object class="GtkButton" id="button_folder_install">
+                          <object class="GtkActionBar" id="action_bar">
                             <property name="visible">True</property>
-                            <property name="label" translatable="yes">Application _Folders</property>
-                            <property name="use_underline">True</property>
-                            <property name="hexpand">True</property>
-                            <property name="halign">center</property>
-                            <property name="margin">10</property>
+                            <child>
+                              <object class="GtkButton" id="button_folder_install">
+                                <property name="visible">True</property>
+                                <property name="label" translatable="yes">Application _Folders</property>
+                                <property name="use_underline">True</property>
+                                <property name="hexpand">True</property>
+                                <property name="halign">center</property>
+                                <property name="margin">6</property>
+                              </object>
+                            </child>
                           </object>
                         </child>
                       </object>


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