[totem/wip/cdavis/force-dark: 2/2] grilo.ui: Override `shadow-type`




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

    grilo.ui: 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]