Merge lp:~osomon/webbrowser-app/toolbar-spacing into lp:webbrowser-app

Proposed by Olivier Tilloy
Status: Merged
Approved by: Günter Schwann
Approved revision: 334
Merged at revision: 338
Proposed branch: lp:~osomon/webbrowser-app/toolbar-spacing
Merge into: lp:webbrowser-app
Diff against target: 30 lines (+3/-3)
1 file modified
src/app/Chrome.qml (+3/-3)
To merge this branch: bzr merge lp:~osomon/webbrowser-app/toolbar-spacing
Reviewer Review Type Date Requested Status
Günter Schwann (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+187205@code.launchpad.net

Commit message

Adjust margins in the chrome to be consistent with the default toolbar.

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

looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/app/Chrome.qml'
--- src/app/Chrome.qml 2013-09-03 20:28:36 +0000
+++ src/app/Chrome.qml 2013-09-24 11:07:38 +0000
@@ -57,7 +57,7 @@
57 objectName: "backButton"57 objectName: "backButton"
58 anchors {58 anchors {
59 left: parent.left59 left: parent.left
60 leftMargin: units.gu(1)60 leftMargin: units.gu(2)
61 verticalCenter: parent.verticalCenter61 verticalCenter: parent.verticalCenter
62 }62 }
63 // On narrow screens, hide the button to maximize the63 // On narrow screens, hide the button to maximize the
@@ -79,7 +79,7 @@
79 objectName: "forwardButton"79 objectName: "forwardButton"
80 anchors {80 anchors {
81 left: backButton.right81 left: backButton.right
82 leftMargin: units.gu(1)82 leftMargin: visible ? units.gu(1) : 0
83 verticalCenter: parent.verticalCenter83 verticalCenter: parent.verticalCenter
84 }84 }
85 // On narrow screen, hide the button to maximize85 // On narrow screen, hide the button to maximize
@@ -118,7 +118,7 @@
118 anchors {118 anchors {
119 verticalCenter: parent.verticalCenter119 verticalCenter: parent.verticalCenter
120 right: parent.right120 right: parent.right
121 margins: units.gu(1)121 rightMargin: units.gu(2)
122 }122 }
123 width: units.gu(5)123 width: units.gu(5)
124 height: width124 height: width

Subscribers

People subscribed via source and target branches

to status/vote changes: