Public bug reported:

GTK+ Places Sidebar in 3.18.x uses GtkLIst Box which is used for
Nautilus too. As shown in the screenshot
(http://i.imgur.com/ic4Xu3B.png) there is no space between the icon and
the text on the Nautilus sidebar.

This can be resolved by adding following code to gtk-widgets.css :

.sidebar-icon {
    padding-left: 10px;
    padding-right: 10px;
}

** Affects: ubuntu-themes (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: xenial

** Description changed:

  GTK+ Places Sidebar in 3.18.x uses GtkLIst Box which is used for
  Nautilus too. As shown in the screenshot
  (http://i.imgur.com/ic4Xu3B.png) there is no space between the icon and
- the text.
+ the text on the Nautilus sidebar.
  
  This can be resolved by adding following code to gtk-widgets.css :
  
  .sidebar-icon {
-     padding-left: 10px;
-     padding-right: 10px;
+     padding-left: 10px;
+     padding-right: 10px;
  }

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1519071

Title:
  No padding around the icon in GtkPlacesSidebar (Xenial, Unity7)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1519071/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to