~mterry/unity8/oobe-revert-geonames

« back to all changes in this revision

Viewing changes to qml/Components/ShellDialog.qml

  • Committer: Michael Terry
  • Date: 2016-03-11 17:51:18 UTC
  • mfrom: (1821.227.75 unity8)
  • Revision ID: michael.terry@canonical.com-20160311175118-6za2cj41c21d88ha
Merge silo 64 (soon to be trunk)

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
    focus: true
39
39
 
 
40
    // FIXME: this is a hack because Dialog subtheming seems broken atm
 
41
    // https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1555548
 
42
    ThemeSettings {
 
43
        id: themeHack
 
44
        name: "Ubuntu.Components.Themes.Ambiance"
 
45
    }
 
46
 
40
47
    Component.onCompleted: {
 
48
        __foreground.theme = themeHack
41
49
        show();
42
50
    }
43
51
}