~ci-train-bot/ubuntu-system-settings/ubuntu-system-settings-ubuntu-zesty-2140

« back to all changes in this revision

Viewing changes to plugins/launcher/plugin/GuAccessor.qml

  • Committer: Bileto Bot
  • Author(s): Jonas G. Drange
  • Date: 2016-11-29 11:11:21 UTC
  • mfrom: (1733.3.12 appearance-launcher)
  • Revision ID: ci-train-bot@canonical.com-20161129111121-oz2yn56nev9ff182
* Packaging change: depend on USC for testing
* Adds Launcher settings panel to System Settings
* Makes USS a gapplication as a requirement for the use of the qtdesktopwidget
* Adds gsetting qml mock

Approved by: Ken VanDine

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import QtQml 2.2
 
2
import Ubuntu.Components 1.3
 
3
 
 
4
QtObject {
 
5
    property int largeScreenThreshold: units.gu(90)
 
6
}