~zsombi/ubuntu-ui-toolkit/quickutils-singleton

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Zsombor Egri
  • Date: 2014-08-29 14:18:11 UTC
  • mfrom: (1223.1.5 dialog-title-fix)
  • Revision ID: tarmac-20140829141811-tl8ch7w9ks0foerk
Dialog title is wrapped into maximum two lines, then elides. Fixes: https://bugs.launchpad.net/bugs/1354376.

Approved by PS Jenkins bot, Tim Peeters.

Show diffs side-by-side

added added

removed removed

Lines of Context:
188
188
            Label {
189
189
                horizontalAlignment: Text.AlignHCenter
190
190
                text: dialog.title
 
191
                wrapMode: Text.Wrap
 
192
                maximumLineCount: 2
 
193
                elide: Text.ElideRight
191
194
                fontSize: "large"
192
195
                color: UbuntuColors.darkGrey
193
196
            }