Merge lp:~azzar1/unity/fix-1055544 into lp:unity

Proposed by Andrea Azzarone
Status: Merged
Approved by: Brandon Schaefer
Approved revision: no longer in the source branch.
Merged at revision: 2759
Proposed branch: lp:~azzar1/unity/fix-1055544
Merge into: lp:unity
Diff against target: 25 lines (+2/-2)
2 files modified
unity-shared/DashStyle.cpp (+1/-1)
unity-shared/SearchBar.cpp (+1/-1)
To merge this branch: bzr merge lp:~azzar1/unity/fix-1055544
Reviewer Review Type Date Requested Status
Brandon Schaefer (community) Approve
Review via email: mp+126039@code.launchpad.net

Commit message

Fix horizontal alignment of search box and views below

Description of the change

To post a comment you must log in.
Revision history for this message
Brandon Schaefer (brandontschaefer) wrote :

Looks good :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'unity-shared/DashStyle.cpp'
2--- unity-shared/DashStyle.cpp 2012-09-20 12:52:02 +0000
3+++ unity-shared/DashStyle.cpp 2012-09-24 15:49:27 +0000
4@@ -2375,7 +2375,7 @@
5
6 int Style::GetCategoryHeaderLeftPadding() const
7 {
8- return 20;
9+ return 19;
10 }
11
12 int Style::GetCategorySeparatorLeftPadding() const
13
14=== modified file 'unity-shared/SearchBar.cpp'
15--- unity-shared/SearchBar.cpp 2012-09-16 12:39:42 +0000
16+++ unity-shared/SearchBar.cpp 2012-09-24 15:49:27 +0000
17@@ -40,7 +40,7 @@
18
19 const int SPACE_BETWEEN_SPINNER_AND_TEXT = 5;
20 const int SPACE_BETWEEN_ENTRY_AND_HIGHLIGHT = 10;
21-const int LEFT_INTERNAL_PADDING = 6;
22+const int LEFT_INTERNAL_PADDING = 4;
23 const int SEARCH_ENTRY_RIGHT_BORDER = 10;
24
25 const int HIGHLIGHT_HEIGHT = 24;