← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

[Merge] lp:~popey/ubuntu-filemanager-app/fix-1543058 into lp:ubuntu-filemanager-app

 

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

Commit message:
Reduce the font size of the header from x-large to large.

Requested reviews:
  Ubuntu File Manager Developers (ubuntu-filemanager-dev)
Related bugs:
  Bug #1543058 in Ubuntu File Manager App: "Header font too large in UITK1.3"
  https://bugs.launchpad.net/ubuntu-filemanager-app/+bug/1543058

For more details, see:
https://code.launchpad.net/~popey/ubuntu-filemanager-app/fix-1543058/+merge/285327

Reduce the font size of the header from x-large to large.
-- 
Your team Ubuntu File Manager Developers is requested to review the proposed merge of lp:~popey/ubuntu-filemanager-app/fix-1543058 into lp:ubuntu-filemanager-app.
=== modified file 'src/app/qml/components/PathHistoryRow.qml'
--- src/app/qml/components/PathHistoryRow.qml	2016-02-02 00:35:27 +0000
+++ src/app/qml/components/PathHistoryRow.qml	2016-02-08 11:16:17 +0000
@@ -25,7 +25,7 @@
 
     /* Convenience properties ; used a large amount of times to warrant a variable */
     property int iconWidth: units.gu(2.5)
-    property string textSize: "x-large"
+    property string textSize: "large"
     property string separatorText: " /"
     /* contentWidth equals this to allow it to hide Device and Home */
     contentWidth: {


References