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
1=== modified file 'src/app/BrowserWindow.qml'
2--- src/app/BrowserWindow.qml 2016-01-15 09:29:22 +0000
3+++ src/app/BrowserWindow.qml 2016-05-18 11:25:52 +0000
4@@ -31,6 +31,9 @@
5
6 contentOrientation: Screen.orientation
7
8+ minimumWidth: units.gu(50)
9+ minimumHeight: units.gu(20)
10+
11 width: units.gu(100)
12 height: units.gu(75)
13

Subscribers

People subscribed via source and target branches

to status/vote changes: