Merge lp:~saviq/qtubuntu/sidestage-threshold into lp:qtubuntu

Proposed by Michał Sawicz
Status: Merged
Merged at revision: 205
Proposed branch: lp:~saviq/qtubuntu/sidestage-threshold
Merge into: lp:qtubuntu
Diff against target: 12 lines (+1/-1)
1 file modified
src/platforms/ubuntu/ubuntucommon/screen.cc (+1/-1)
To merge this branch: bzr merge lp:~saviq/qtubuntu/sidestage-threshold
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu Phablet Team Pending
Review via email: mp+207569@code.launchpad.net

Commit message

Increase the side stage threshold to 100GU.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/platforms/ubuntu/ubuntucommon/screen.cc'
2--- src/platforms/ubuntu/ubuntucommon/screen.cc 2013-12-20 04:46:29 +0000
3+++ src/platforms/ubuntu/ubuntucommon/screen.cc 2014-02-20 23:04:39 +0000
4@@ -52,7 +52,7 @@
5 const int kSideStageWidth = 40;
6
7 // Lifted from shell to determine form factor
8-const int kTabletMinSize = 60;
9+const int kTabletMinSize = 100;
10
11 QUbuntuScreen::QUbuntuScreen(UApplicationOptions *options) {
12 // Retrieve units from the environment.

Subscribers

People subscribed via source and target branches