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

Proposed by Will Cooke
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 487
Merged at revision: 487
Proposed branch: lp:~willcooke/ubuntu-themes/gtkswitchoverflow
Merge into: lp:ubuntu-themes
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
Reviewer Review Type Date Requested Status
Iain Lane Approve
Sebastien Bacher Approve
PS Jenkins bot continuous-integration Pending
Review via email: mp+298028@code.launchpad.net

Commit message

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

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
Sebastien Bacher (seb128) wrote :

looks fine to me, thanks

review: Approve
Revision history for this message
Iain Lane (laney) wrote :

Seems to work

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-13 09:29:07 +0000
+++ Ambiance/gtk-3.0/gtk-widgets.css 2016-06-21 14:27:50 +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-13 09:29:07 +0000
+++ Radiance/gtk-3.0/gtk-widgets.css 2016-06-21 14:27:50 +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