~aacid/unity8/drag_with_quicklist

« back to all changes in this revision

Viewing changes to qml/Components/ModeSwitchWarningDialog.qml

  • Committer: CI Train Bot
  • Author(s): Lukáš Tinkl
  • Date: 2015-11-26 13:50:27 UTC
  • mfrom: (2021.5.56 newWindowDecosAndPanel)
  • Revision ID: ci-train-bot@canonical.com-20151126135027-xdm36oa93o60ai97
Implement new visuals for panel and window decorations Fixes: #1493066, #1497095, #1511020
Approved by: Daniel d'Andrada

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
            property string notClickedText: i18n.tr("OK, I will reconnect")
76
76
            property string clickedText: i18n.tr("Reconnect now!")
77
77
            text: clicked ? clickedText : notClickedText
78
 
            color: "#333333"
 
78
            color: "#292929"
79
79
 
80
80
            MouseArea {
81
81
                anchors.fill: parent