Code review comment for lp:~danielholm/music-app/settings-sheet

Revision history for this message
Victor Thompson (vthompson) wrote :

Daniel,

You should be able to do the following to get full sized Sheets. Please cancel the bug.

victor@bigdaddy:~/Development/settings-sheet$ bzr diff
=== modified file 'MusicSettings.qml'
--- MusicSettings.qml 2013-09-15 09:33:20 +0000
+++ MusicSettings.qml 2013-09-15 15:54:13 +0000
@@ -27,6 +27,8 @@
 ComposerSheet {
     id: musicSettings
     title: i18n.tr("Settings")
+ contentsHeight: parent.height
+ contentsWidth: parent.width

     onCancelClicked: PopupUtils.close(musicSettings)
     onConfirmClicked: {

« Back to merge proposal