← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

[Merge] lp:~popey/ubuntu-terminal-app/fix-1581216 into lp:ubuntu-terminal-app

 

Alan Pope  has proposed merging lp:~popey/ubuntu-terminal-app/fix-1581216 into lp:ubuntu-terminal-app.

Commit message:
Move close button to fix lp:1581216

Requested reviews:
  Ubuntu Terminal Developers (ubuntu-terminal-dev)
Related bugs:
  Bug #1581216 in Ubuntu Terminal App: "Move tab close button to the left"
  https://bugs.launchpad.net/ubuntu-terminal-app/+bug/1581216

For more details, see:
https://code.launchpad.net/~popey/ubuntu-terminal-app/fix-1581216/+merge/294844

Move close button to fix lp:1581216
-- 
Your team Ubuntu Terminal Developers is requested to review the proposed merge of lp:~popey/ubuntu-terminal-app/fix-1581216 into lp:ubuntu-terminal-app.
=== modified file 'src/app/qml/TabsPage.qml'
--- src/app/qml/TabsPage.qml	2016-03-15 14:39:25 +0000
+++ src/app/qml/TabsPage.qml	2016-05-16 21:18:44 +0000
@@ -65,7 +65,7 @@
                             NumberAnimation { duration: 200 }
                         }
 
-                        anchors {top: parent.top; right: parent.right; margins: units.gu(1)}
+                        anchors {top: parent.top; left: parent.left; margins: units.gu(1)}
 
                         innerOpacity: 0.6
                         border {color: UbuntuColors.orange; width: units.dp(1)}


References