~zsombi/ubuntu-ui-toolkit/dialog-size-fix

« back to all changes in this revision

Viewing changes to tests/resources/popover/DialogTest.qml

  • Committer: Zsombor Egri
  • Date: 2014-10-01 10:21:28 UTC
  • Revision ID: zsombor.egri@canonical.com-20141001102128-vy6sy7z4m110eegq
title and text does nott occupy space in Dialog when empty

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        Dialog {
42
42
             id: stylesDialog
43
43
             property real labelwidth: units.gu(11)
44
 
             title: "Title"
 
44
//             title: "Title"
45
45
             //text: "text"
46
46
 
47
47
             OptionSelector {