← Back to team overview

touch-packages team mailing list archive

[Bug 1519071] Re: No padding around the icon in GtkPlacesSidebar (Xenial, Unity7)

 

*** This bug is a duplicate of bug 1515557 ***
    https://bugs.launchpad.net/bugs/1515557

thanks, that was already report as bug #1515557

** Changed in: ubuntu-themes (Ubuntu)
   Importance: Undecided => Low

** This bug has been marked a duplicate of bug 1515557
   Sidebars have too little padding

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1519071

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

Status in ubuntu-themes package in Ubuntu:
  New

Bug description:
  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;
  }

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


References