[gnome-control-center/wip/jsparber/background: 4/45] background: fix border on top of the gallery and add ids for buttons



commit a278d64c8453191ac9acd14e5f57db074e48a64c
Author: Julian Sparber <julian sparber net>
Date:   Sun Nov 5 14:07:54 2017 +0100

    background: fix border on top of the gallery and add ids for buttons
    
    https://bugzilla.gnome.org/show_bug.cgi?id=788515

 panels/background/background.ui |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/panels/background/background.ui b/panels/background/background.ui
index dec1227..147b567 100644
--- a/panels/background/background.ui
+++ b/panels/background/background.ui
@@ -111,6 +111,9 @@
       <object class="GtkBox" id="backgroud-gallery-box">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
+        <style>
+          <class name="background-gallery"/>
+        </style>
         <child>
           <object class="GtkScrolledWindow">
             <property name="visible">True</property>
@@ -121,9 +124,6 @@
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="orientation">vertical</property>
-                <style>
-                  <class name="background-gallery"/>
-                </style>
                 <child>
                   <object class="GtkFlowBox" id="background-gallery">
                     <property name="visible">True</property>
@@ -169,7 +169,7 @@
                         <property name="halign">center</property>
                         <property name="spacing">16</property>
                         <child>
-                          <object class="GtkButton">
+                          <object class="GtkButton" id="open-gnome-photos">
                             <property name="label" translatable="yes">Open Photos app</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
@@ -182,7 +182,7 @@
                           </packing>
                         </child>
                         <child>
-                          <object class="GtkButton">
+                          <object class="GtkButton" id="open-picture-folder">
                             <property name="label" translatable="yes">Open Pictures folder</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>


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