~loic.molinari/ubuntu-ui-toolkit/ubuntu-ui-toolkit-batched-renderer-support-for-ubuntushape2

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/Popups/Dialog.qml

  • Committer: Tarmac
  • Author(s): Tim Peeters
  • Date: 2014-07-31 01:12:50 UTC
  • mfrom: (1161.6.17 more-visual-updates)
  • Revision ID: tarmac-20140731011250-0201aud9h26afgln
Visual updates: colors, icon sizes, semi-transparent buttons.

Approved by PS Jenkins bot, Christian Dywan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
188
188
                horizontalAlignment: Text.AlignHCenter
189
189
                text: dialog.title
190
190
                fontSize: "large"
191
 
                color: Qt.rgba(1, 1, 1, 0.9)
 
191
                color: UbuntuColors.darkGrey
192
192
            }
193
193
 
194
194
            Label {
195
195
                horizontalAlignment: Text.AlignHCenter
196
196
                text: dialog.text
197
197
                fontSize: "medium"
198
 
                color: Qt.rgba(1, 1, 1, 0.6)
 
198
                color: UbuntuColors.darkGrey
199
199
                wrapMode: Text.Wrap
200
200
            }
201
201