Merge lp:~elementary-pantheon/slingshot/fix-geometry into lp:~elementary-pantheon/slingshot/trunk

Proposed by Danielle Foré
Status: Merged
Approved by: Corentin Noël
Approved revision: 605
Merged at revision: 606
Proposed branch: lp:~elementary-pantheon/slingshot/fix-geometry
Merge into: lp:~elementary-pantheon/slingshot/trunk
Diff against target: 16 lines (+3/-3)
1 file modified
src/Pixels.vala (+3/-3)
To merge this branch: bzr merge lp:~elementary-pantheon/slingshot/fix-geometry
Reviewer Review Type Date Requested Status
elementary Pantheon team Pending
Review via email: mp+278867@code.launchpad.net

Commit message

Adjust grid size and spacing

Description of the change

Makes Slingshot's grid geometry look more like it did before the indicator merge

To post a comment you must log in.
Revision history for this message
Rico Tzschichholz (ricotz) wrote :

"+ const int ITEM_SIZE = 131;" really?

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Pixels.vala'
2--- src/Pixels.vala 2015-01-17 23:56:32 +0000
3+++ src/Pixels.vala 2015-11-27 20:51:01 +0000
4@@ -1,9 +1,9 @@
5 namespace Slingshot.Pixels {
6
7 const int PADDING = 17;
8- const int ROW_SPACING = 12;
9- const int ITEM_SIZE = 130;
10- const int BOTTOM_SPACE = 180;
11+ const int ROW_SPACING = 3;
12+ const int ITEM_SIZE = 131;
13+ const int BOTTOM_SPACE = 128;
14 const int SIDEBAR_GRID_PADDING = 5;
15 const int SIDEBAR_WIDTH = PADDING + ITEM_SIZE - SIDEBAR_GRID_PADDING - 1;
16 }

Subscribers

People subscribed via source and target branches