[totem/wip/cdavis/force-dark: 7/7] main: Override shadow-type




commit 52b64a3389702f57e8d772a4b858cb551f6616eb
Author: Christopher Davis <christopherdavis gnome org>
Date:   Wed Jan 5 10:27:54 2022 -0800

    main: Override shadow-type
    
    shadow-type is generally unused in new apps, and causes
    a double border that's most visible in high contrast mode.
    This commit overrides GdMainView's default shadow-type
    and removes the double border.

 src/grilo.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/grilo.ui b/src/grilo.ui
index aa7b9ac95..31cbc15b5 100644
--- a/src/grilo.ui
+++ b/src/grilo.ui
@@ -133,6 +133,7 @@
         <property name="visible">True</property>
         <property name="can_focus">True</property>
         <property name="model">browser_model</property>
+        <property name="shadow_type">none</property>
         <style>
           <class name="content-view"/>
         </style>


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