Merge lp:~danrabbit/egtk/list-spacing into lp:egtk/1.0

Proposed by Danielle Foré
Status: Merged
Merged at revision: 609
Proposed branch: lp:~danrabbit/egtk/list-spacing
Merge into: lp:egtk/1.0
Diff against target: 27 lines (+3/-3)
2 files modified
gtk-3.0/granite-widgets.css (+2/-2)
gtk-3.0/gtk-widgets.css (+1/-1)
To merge this branch: bzr merge lp:~danrabbit/egtk/list-spacing
Reviewer Review Type Date Requested Status
Cassidy James Blaede Pending
Review via email: mp+159451@code.launchpad.net

Description of the change

This branch increases the vertical padding on list items. I think this makes lists look a lot nicer, even for long lists like in Noise. Admittedly, you won't see as much on screen, but then again that's kind of nice as well.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'gtk-3.0/granite-widgets.css'
2--- gtk-3.0/granite-widgets.css 2013-04-14 18:58:13 +0000
3+++ gtk-3.0/granite-widgets.css 2013-04-17 17:07:31 +0000
4@@ -31,8 +31,8 @@
5
6 .sidebar,
7 .source-list {
8- -GtkTreeView-horizontal-separator: 1;
9- -GtkTreeView-vertical-separator: 6;
10+ -GtkTreeView-horizontal-separator: 1px;
11+ -GtkTreeView-vertical-separator: 6px;
12 }
13
14 .sidebar.view:selected,
15
16=== modified file 'gtk-3.0/gtk-widgets.css'
17--- gtk-3.0/gtk-widgets.css 2013-04-14 18:58:13 +0000
18+++ gtk-3.0/gtk-widgets.css 2013-04-17 17:07:31 +0000
19@@ -1160,7 +1160,7 @@
20 }
21
22 GtkTreeView {
23- -GtkTreeView-vertical-separator: 0;
24+ -GtkTreeView-vertical-separator: 5px;
25 -GtkTreeView-horizontal-separator: 12px;
26 -GtkTreeView-expander-size: 8px;
27 }

Subscribers

People subscribed via source and target branches

to all changes: