Merge lp:~boiko/messaging-app/increase_touch_area into lp:messaging-app

Proposed by Gustavo Pichorim Boiko
Status: Merged
Approved by: Tiago Salem Herrmann
Approved revision: 436
Merged at revision: 437
Proposed branch: lp:~boiko/messaging-app/increase_touch_area
Merge into: lp:messaging-app
Diff against target: 19 lines (+2/-0)
1 file modified
src/qml/Messages.qml (+2/-0)
To merge this branch: bzr merge lp:~boiko/messaging-app/increase_touch_area
Reviewer Review Type Date Requested Status
Tiago Salem Herrmann (community) Approve
PS Jenkins bot continuous-integration Needs Fixing
Review via email: mp+271867@code.launchpad.net

Commit message

Increase the touch area of the send and attach buttons.

Description of the change

Increase the touch area of the send and attach buttons.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Tiago Salem Herrmann (tiagosh) wrote :

looks good. thanks.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/qml/Messages.qml'
2--- src/qml/Messages.qml 2015-08-18 12:18:29 +0000
3+++ src/qml/Messages.qml 2015-09-21 19:57:56 +0000
4@@ -781,6 +781,7 @@
5 name: "camera-app-symbolic"
6 MouseArea {
7 anchors.fill: parent
8+ anchors.margins: units.gu(-2)
9 onClicked: {
10 Qt.inputMethod.hide()
11 pictureImporter.requestNewPicture()
12@@ -1045,6 +1046,7 @@
13
14 MouseArea {
15 anchors.fill: parent
16+ anchors.margins: units.gu(-2)
17 onClicked: {
18 // make sure we flush everything we have prepared in the OSK preedit
19 Qt.inputMethod.commit();

Subscribers

People subscribed via source and target branches