This bug was fixed in the package ubuntu-themes -
14.04+16.04.20160415-0ubuntu1
---------------
ubuntu-themes (14.04+16.04.20160415-0ubuntu1) xenial; urgency=medium
[ Adolfo Jayme Barrientos ]
* Add 1px padding to calendar widget elements; looks better. Thanks,
Khurshid Alam. (LP: #1537794)
[ Matthieu James ]
* Suru icon theme: normalization of arrows used in mono icons, plus
minor additions or updates to existing designs. (LP: #1518934)
[ Will Cooke ]
* Adds these fixes for Calendar: (LP: #1551744, #1558659)
-- Sebastien Bacher <[email protected]> Fri, 15 Apr 2016 19:49:25
+0000
** Changed in: ubuntu-themes (Ubuntu)
Status: In Progress => Fix Released
--
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/1537794
Title:
Wrong padding for gtkCalender (Unity7, Xenial)
Status in ubuntu-themes package in Ubuntu:
Fix Released
Bug description:
After recent update, gtkCalender using 0px padding on top-bottom which
makes it looks ugly. A mere 1px padding could solve the issue.
See the screenshot for comparison: http://i.imgur.com/rFciw8h.png
Patch (for Ambiance):
Index: ubuntu-themes-14.04+16.04.20160120/Ambiance/gtk-3.0/gtk-widgets.css
===================================================================
--- ubuntu-themes-14.04+16.04.20160120.orig/Ambiance/gtk-3.0/gtk-widgets.css
+++ ubuntu-themes-14.04+16.04.20160120/Ambiance/gtk-3.0/gtk-widgets.css
@@ -806,7 +806,7 @@ GtkComboBox .menu .menuitem *:insensitiv
border-radius: 0;
border-style: solid;
border-width: 0;
- padding: 0;
+ padding: 1px;
color: @dark_fg_color;
}
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1537794/+subscriptions
--
Mailing list: https://launchpad.net/~touch-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help : https://help.launchpad.net/ListHelp