[gnome-documents] searchbar: make the search entry smaller
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] searchbar: make the search entry smaller
- Date: Tue, 21 Aug 2012 14:58:40 +0000 (UTC)
commit 436383a9938ef8b1ca09ca8d1f1609132d29db45
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Aug 21 16:39:47 2012 +0200
searchbar: make the search entry smaller
Matches more closely the latest mockups.
src/searchbar.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/searchbar.js b/src/searchbar.js
index b189953..06bae48 100644
--- a/src/searchbar.js
+++ b/src/searchbar.js
@@ -491,8 +491,8 @@ const OverviewSearchbar = new Lang.Class({
},
createSearchWidgets: function() {
- this._searchContainer = new Gd.MarginContainer({ min_margin: 6,
- max_margin: 64 });
+ this._searchContainer = new Gd.MarginContainer({ min_margin: 64,
+ max_margin: 128 });
this._box = new Gtk.Box({ orientation: Gtk.Orientation.HORIZONTAL });
this._searchContainer.add(this._box);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]