Merge lp:~osomon/webbrowser-app/window-minimum-size into lp:webbrowser-app

Proposed by Olivier Tilloy
Status: Merged
Approved by: Olivier Tilloy
Approved revision: 1456
Merged at revision: 1461
Proposed branch: lp:~osomon/webbrowser-app/window-minimum-size
Merge into: lp:webbrowser-app
Diff against target: 12 lines (+3/-0)
1 file modified
src/app/BrowserWindow.qml (+3/-0)
To merge this branch: bzr merge lp:~osomon/webbrowser-app/window-minimum-size
Reviewer Review Type Date Requested Status
system-apps-ci-bot continuous-integration Needs Fixing
Ubuntu Phablet Team Pending
Review via email: mp+295061@code.launchpad.net

Commit message

Set a minimum width and height on the browser window.

To post a comment you must log in.
Revision history for this message
system-apps-ci-bot (system-apps-ci-bot) wrote :
review: Needs Fixing (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/app/BrowserWindow.qml'
--- src/app/BrowserWindow.qml 2016-01-15 09:29:22 +0000
+++ src/app/BrowserWindow.qml 2016-05-18 11:25:52 +0000
@@ -31,6 +31,9 @@
3131
32 contentOrientation: Screen.orientation32 contentOrientation: Screen.orientation
3333
34 minimumWidth: units.gu(50)
35 minimumHeight: units.gu(20)
36
34 width: units.gu(100)37 width: units.gu(100)
35 height: units.gu(75)38 height: units.gu(75)
3639

Subscribers

People subscribed via source and target branches

to status/vote changes: