touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #120150
[Bug 1519071] [NEW] No padding around the icon in GtkPlacesSidebar (Xenial, Unity7)
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
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
Follow ups