~mcintire-evan/ubuntu-terminal-app/improve_readmes

« back to all changes in this revision

Viewing changes to src/app/qml/TerminalSettings.qml

  • Committer: Tarmac
  • Author(s): Alan Pope
  • Date: 2015-12-10 21:57:16 UTC
  • mfrom: (138.1.2 fix-1514519)
  • Revision ID: tarmac-20151210215716-0q8rz98a17bmup5k
Allow for smaller font point sizes and set a lower default (5pt) to fix/workaround LP:#1514519. Fixes: https://bugs.launchpad.net/bugs/1514519.

Approved by Jenkins Bot, Michael Hall.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
    property alias colorScheme: innerSettings.colorScheme
11
11
    property alias showKeyboardBar: innerSettings.showKeyboardBar
12
12
 
13
 
    readonly property int defaultFontSize: 14
14
 
    readonly property int minFontSize: 8
 
13
    readonly property int defaultFontSize: units.gu(0.4)
 
14
    readonly property int minFontSize: 2
15
15
    readonly property int maxFontSize: 32
16
16
 
17
17
    property alias jsonVisibleProfiles: innerSettings.jsonVisibleProfiles