Merge lp:~seb128/unity-control-center/launcher-minimal-value into lp:unity-control-center

Proposed by Sebastien Bacher
Status: Merged
Approved by: Robert Ancell
Approved revision: 12702
Merged at revision: 12702
Proposed branch: lp:~seb128/unity-control-center/launcher-minimal-value
Merge into: lp:unity-control-center
Diff against target: 12 lines (+1/-1)
1 file modified
panels/appearance/cc-appearance-panel.c (+1/-1)
To merge this branch: bzr merge lp:~seb128/unity-control-center/launcher-minimal-value
Reviewer Review Type Date Requested Status
Robert Ancell Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+206044@code.launchpad.net

Commit message

let the launcher icons be scaled down to 16

Description of the change

let the launcher icons be scaled down to 16

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

(note that the bug/unity allow going down to 8 but there are issues with launcher badges then so I'm limiting to a value that has no visible bugs)

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Robert Ancell (robert-ancell) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'panels/appearance/cc-appearance-panel.c'
2--- panels/appearance/cc-appearance-panel.c 2013-12-02 02:45:53 +0000
3+++ panels/appearance/cc-appearance-panel.c 2014-02-12 20:34:25 +0000
4@@ -116,7 +116,7 @@
5 #define UNITY_FAVORITES_KEY "favorites"
6 #define SHOW_DESKTOP_UNITY_FAVORITE_STR "unity://desktop-icon"
7
8-#define MIN_ICONSIZE 32.0
9+#define MIN_ICONSIZE 16.0
10 #define MAX_ICONSIZE 64.0
11
12 #define MIN_LAUNCHER_SENSIVITY 0.2

Subscribers

People subscribed via source and target branches