~ubuntu-terminal-dev/ubuntu-terminal-app/trunk

« back to all changes in this revision

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

  • Committer: Bileto Bot
  • Author(s): Florian Boucault
  • Date: 2017-04-05 20:58:30 UTC
  • mfrom: (354.1.18 staging)
  • Revision ID: ci-train-bot@canonical.com-20170405205830-1pwv95k2zxxfmgt8
Ubuntu Terminal Release (FFe bug #1680114): Introduced desktop style tabs when enough space is available, New visual design for overlaid button and keyboard bar, New application settings dialog, Contextual menu: new cleaner design, Multi-window support, Support for transparent background, Introduced snap packaging

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
import Ubuntu.Components.Popups 1.3
21
21
import Ubuntu.Components.Extras 0.3
22
22
import QMLTermWidget 1.0
 
23
import GSettings 1.0
23
24
 
24
25
// For FastBlur
25
26
import QtGraphicalEffects 1.0
180
181
        visible: terminalPage.narrowLayout
181
182
    }
182
183
 
 
184
    GSettings {
 
185
        id: unity8Settings
 
186
        schema.id: "com.canonical.Unity8"
 
187
    }
 
188
 
183
189
    Loader {
184
190
        id: keyboardButton
185
 
        active: !QuickUtils.keyboardAttached
 
191
        active: !QuickUtils.keyboardAttached || unity8Settings.alwaysShowOsk
186
192
        anchors {right: parent.right; margins: units.gu(1)}
187
193
 
188
194
        y: parent.height - height - units.gu(1) - keyboardBarLoader.height