[gnome-characters] categoryList: Remove left margin of each row



commit ed18b7add747c12ccad8bee5b55a56804642894f
Author: Daiki Ueno <dueno src gnome org>
Date:   Wed Feb 10 12:13:11 2016 +0900

    categoryList: Remove left margin of each row
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761793

 src/categoryList.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/categoryList.js b/src/categoryList.js
index a85fe59..97e5c09 100644
--- a/src/categoryList.js
+++ b/src/categoryList.js
@@ -94,8 +94,7 @@ const CategoryListRowWidget = new Lang.Class({
         this.get_accessible().accessible_name =
             _('%s Category List Row').format(category.title);
 
-        let hbox = new Gtk.Box({ orientation: Gtk.Orientation.HORIZONTAL,
-                                 margin_start: 10 });
+        let hbox = new Gtk.Box({ orientation: Gtk.Orientation.HORIZONTAL });
         this.add(hbox);
 
         let icon = new Gio.ThemedIcon({ name: category.icon_name });


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