changed the default size for the drumset panel

This commit is contained in:
Roman Pudashkin 2022-02-25 14:03:36 +02:00 committed by pereverzev+v
parent 815b4327a2
commit eb0e008a90
2 changed files with 12 additions and 6 deletions

View file

@ -383,9 +383,15 @@ DockPage {
objectName: pageModel.drumsetPanelName()
title: qsTrc("appshell", "Drumset Tools")
height: 100
minimumHeight: 100
maximumHeight: 200
height: 64
minimumHeight: 64
maximumHeight: 64
//! NOTE: hidden by default
visible: false
//! NOTE: the user cannot close or undock this panel
persistent: true
location: Location.Bottom

View file

@ -29,10 +29,10 @@ import MuseScore.Palette 1.0
Item {
RowLayout {
anchors.fill: parent
anchors.leftMargin: 26
anchors.rightMargin: 26
anchors.leftMargin: 12
anchors.rightMargin: 8
spacing: 26
spacing: 12
Column {
Layout.alignment: Qt.AlignVCenter