diff --git a/src/qml/presenter/MainWindow.qml b/src/qml/presenter/MainWindow.qml index 7fd86e7..095f7ea 100644 --- a/src/qml/presenter/MainWindow.qml +++ b/src/qml/presenter/MainWindow.qml @@ -52,17 +52,15 @@ Controls.Page { Presenter.LeftDock { id: leftDock - Controls.SplitView.fillHeight: true Controls.SplitView.preferredWidth: 200 Controls.SplitView.maximumWidth: 300 } Item { id: mainPageArea - Controls.SplitView.fillHeight: true Controls.SplitView.fillWidth: true - Controls.SplitView.preferredWidth: 500 - Controls.SplitView.minimumWidth: 200 + /* Controls.SplitView.preferredWidth: 500 */ + Controls.SplitView.minimumWidth: 100 Presenter.Presentation { id: presentation @@ -83,7 +81,6 @@ Controls.Page { Presenter.Library { id: library - Controls.SplitView.fillHeight: true Controls.SplitView.preferredWidth: libraryOpen ? 200 : 0 Controls.SplitView.maximumWidth: 350 } diff --git a/src/qml/presenter/Presentation.qml b/src/qml/presenter/Presentation.qml index 42062c7..f1647bf 100644 --- a/src/qml/presenter/Presentation.qml +++ b/src/qml/presenter/Presentation.qml @@ -76,8 +76,9 @@ Item { Presenter.Slide { id: previewSlide - Layout.preferredWidth: 900 + Layout.preferredWidth: 700 Layout.preferredHeight: width / 16 * 9 + Layout.minimumWidth: 300 Layout.alignment: Qt.AlignCenter textSize: width / 15 text: root.text