diff options
| author | Michal Hruby <michal.mhr@gmail.com> | 2012-09-12 10:59:27 +0100 |
|---|---|---|
| committer | Michal Hruby <michal.mhr@gmail.com> | 2012-09-12 10:59:27 +0100 |
| commit | e1c0f112dc182f5c13122bb0ce583826fbd309e3 (patch) | |
| tree | d01bacdccd22d8cfaa8c98dbf2588a37fe241c1e /dash | |
| parent | 5e287b46b475260cd8134802d0c96f86bed1b84c (diff) | |
Update also lens nav bar height
(bzr r2678.1.4)
Diffstat (limited to 'dash')
| -rw-r--r-- | dash/LensBar.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dash/LensBar.cpp b/dash/LensBar.cpp index 0fefc0de2..7b0bb1f99 100644 --- a/dash/LensBar.cpp +++ b/dash/LensBar.cpp @@ -31,7 +31,9 @@ namespace nux::logging::Logger logger("unity.dash.lensbar"); -const int LENSBAR_HEIGHT = 44; +// according to Q design the inner area of the lensbar should be 40px +// (without any borders) +const int LENSBAR_HEIGHT = 41; } |
