[gnome-builder/gnome-builder-3-26] editor: add light shadow around search bar



commit 2bcd91e161c1dd8975dc350e14abd774c68bc571
Author: Christian Hergert <chergert redhat com>
Date:   Fri Sep 29 21:14:49 2017 -0700

    editor: add light shadow around search bar

 data/themes/shared/shared-search.css |    2 ++
 libide/editor/ide-editor-view.ui     |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/data/themes/shared/shared-search.css b/data/themes/shared/shared-search.css
index 335ab50..d76d821 100644
--- a/data/themes/shared/shared-search.css
+++ b/data/themes/shared/shared-search.css
@@ -9,6 +9,8 @@
   border-bottom-width: 1px;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
+  box-shadow: 0px 0 3px @borders;
+  margin: 0 10px 20px 10px;
 }
 frame.search-frame border {
   border: none;
diff --git a/libide/editor/ide-editor-view.ui b/libide/editor/ide-editor-view.ui
index 28b6e67..f0cdb29 100644
--- a/libide/editor/ide-editor-view.ui
+++ b/libide/editor/ide-editor-view.ui
@@ -9,7 +9,7 @@
             <property name="width-request">425</property>
             <property name="halign">end</property>
             <property name="valign">start</property>
-            <property name="margin-right">24</property>
+            <property name="margin-right">12</property>
             <property name="reveal-child">false</property>
             <property name="visible">true</property>
             <signal name="notify::child-revealed" handler="ide_editor_view_notify_child_revealed" 
swapped="true" object="IdeEditorView"/>


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