[gnome-builder] editor: add light shadow around search bar
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] editor: add light shadow around search bar
- Date: Sat, 30 Sep 2017 04:15:09 +0000 (UTC)
commit c817da472e632c437a46e30bf904eeecb4170169
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 ++
src/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/src/libide/editor/ide-editor-view.ui b/src/libide/editor/ide-editor-view.ui
index 28b6e67..f0cdb29 100644
--- a/src/libide/editor/ide-editor-view.ui
+++ b/src/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]