Merge lp:~willcooke/ubuntu-themes/gtkswitchoverflow-1604 into lp:ubuntu-themes/xenial

Proposed by Will Cooke
Status: Merged
Approved by: Dmitry Shachnev
Approved revision: 482
Merged at revision: 483
Proposed branch: lp:~willcooke/ubuntu-themes/gtkswitchoverflow-1604
Merge into: lp:ubuntu-themes/xenial
Diff against target: 25 lines (+4/-0)
2 files modified
Ambiance/gtk-3.0/gtk-widgets.css (+2/-0)
Radiance/gtk-3.0/gtk-widgets.css (+2/-0)
To merge this branch: bzr merge lp:~willcooke/ubuntu-themes/gtkswitchoverflow-1604
Reviewer Review Type Date Requested Status
Dmitry Shachnev Approve
Iain Lane Pending
Review via email: mp+299431@code.launchpad.net

Commit message

Adds specific border widths to left and right of GtkSwitch buttons to hide the overflowing background of the button.

Description of the change

Adds specific border widths to left and right of GtkSwitch buttons to hide the overflowing background of the button. Fixes LP: #1594816

To post a comment you must log in.
Revision history for this message
Dmitry Shachnev (mitya57) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Ambiance/gtk-3.0/gtk-widgets.css'
--- Ambiance/gtk-3.0/gtk-widgets.css 2016-06-20 09:29:05 +0000
+++ Ambiance/gtk-3.0/gtk-widgets.css 2016-07-07 14:29:21 +0000
@@ -1476,6 +1476,8 @@
1476GtkSwitch {1476GtkSwitch {
1477 border-radius: 8px;1477 border-radius: 8px;
1478 padding: 0;1478 padding: 0;
1479 border-left-width: 1px;
1480 border-right-width: 1px;
1479}1481}
14801482
1481GtkSwitch.trough {1483GtkSwitch.trough {
14821484
=== modified file 'Radiance/gtk-3.0/gtk-widgets.css'
--- Radiance/gtk-3.0/gtk-widgets.css 2016-06-20 09:29:05 +0000
+++ Radiance/gtk-3.0/gtk-widgets.css 2016-07-07 14:29:21 +0000
@@ -1498,6 +1498,8 @@
1498GtkSwitch {1498GtkSwitch {
1499 border-radius: 8px;1499 border-radius: 8px;
1500 padding: 0;1500 padding: 0;
1501 border-left-width: 1px;
1502 border-right-width: 1px;
1501}1503}
15021504
1503GtkSwitch.trough {1505GtkSwitch.trough {

Subscribers

People subscribed via source and target branches