[gnome-tweak-tool] Increase padding in the search entry



commit 1f20c1dc6906cc173adb4a94d7d27f8330adf00a
Author: John Stowers <john stowers gmail com>
Date:   Sun Aug 4 13:17:30 2013 +0200

    Increase padding in the search entry

 gtweak/tweakview.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtweak/tweakview.py b/gtweak/tweakview.py
index 6b9ada8..30f8a84 100644
--- a/gtweak/tweakview.py
+++ b/gtweak/tweakview.py
@@ -82,8 +82,8 @@ class Window(Gtk.ApplicationWindow):
          
         self.revealer = Gtk.Revealer()
         self.entry = Gtk.SearchEntry(placeholder_text="Search Tweaks...")
-        self.entry.props.margin_left = 15
-        self.entry.props.margin_right = 15
+        self.entry.props.margin_left = 5
+        self.entry.props.margin_right = 5
         self.entry.props.margin_top = 5
         self.entry.props.margin_bottom = 5
         self.entry.connect("search-changed", self._on_search)


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