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
1=== modified file 'Ambiance/gtk-3.0/gtk-widgets.css'
2--- Ambiance/gtk-3.0/gtk-widgets.css 2016-06-13 09:29:07 +0000
3+++ Ambiance/gtk-3.0/gtk-widgets.css 2016-06-21 14:27:50 +0000
4@@ -1476,6 +1476,8 @@
5 GtkSwitch {
6 border-radius: 8px;
7 padding: 0;
8+ border-left-width: 1px;
9+ border-right-width: 1px;
10 }
11
12 GtkSwitch.trough {
13
14=== modified file 'Radiance/gtk-3.0/gtk-widgets.css'
15--- Radiance/gtk-3.0/gtk-widgets.css 2016-06-13 09:29:07 +0000
16+++ Radiance/gtk-3.0/gtk-widgets.css 2016-06-21 14:27:50 +0000
17@@ -1498,6 +1498,8 @@
18 GtkSwitch {
19 border-radius: 8px;
20 padding: 0;
21+ border-left-width: 1px;
22+ border-right-width: 1px;
23 }
24
25 GtkSwitch.trough {

Subscribers

People subscribed via source and target branches