summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Davis <christopherdavis@gnome.org>2022-01-05 10:27:54 -0800
committerBastien Nocera <hadess@hadess.net>2022-01-26 16:41:19 +0100
commit52b64a3389702f57e8d772a4b858cb551f6616eb (patch)
tree3d32843b4fa31d961ffa90132ce2dec0fd7d682b
parenta784629f446f024bc585a9484fd0e119f7f28fcb (diff)
downloadtotem-52b64a3389702f57e8d772a4b858cb551f6616eb.tar.gz
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.
-rw-r--r--src/grilo.ui1
1 files changed, 1 insertions, 0 deletions
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>