[nautilus/wip/antoniof/properties-followup: 7/10] properties-window: Make properties page opaque




commit b75788f3d5126a488fe59b1944807ec92f220a75
Author: António Fernandes <antoniof gnome org>
Date:   Thu Aug 4 07:54:07 2022 +0100

    properties-window: Make properties page opaque
    
    It was transparent during transition.

 src/resources/ui/nautilus-properties-window.ui | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/resources/ui/nautilus-properties-window.ui b/src/resources/ui/nautilus-properties-window.ui
index 1e4a08154..f60f4efc1 100644
--- a/src/resources/ui/nautilus-properties-window.ui
+++ b/src/resources/ui/nautilus-properties-window.ui
@@ -833,6 +833,9 @@
             <property name="child">
               <object class="GtkBox">
                 <property name="orientation">vertical</property>
+                <style>
+                  <class name="background"/>
+                </style>
                 <child>
                   <object class="GtkHeaderBar">
                     <property name="title-widget">
@@ -858,9 +861,6 @@
                         <property name="margin-bottom">18</property>
                         <property name="margin-start">18</property>
                         <property name="margin-end">18</property>
-                        <style>
-                          <class name="background"/>
-                        </style>
                         <property name="child">
                           <object class="GtkStack" id="permissions_stack">
                             <child>


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