ActiveWindow + MediaMini: width boosted to 6%
This commit is contained in:
parent
87425efa88
commit
73541eec49
2 changed files with 8 additions and 7 deletions
|
|
@ -38,8 +38,8 @@ RowLayout {
|
|||
readonly property string visualizerType: (widgetSettings.visualizerType !== undefined && widgetSettings.visualizerType
|
||||
!== "") ? widgetSettings.visualizerType : widgetMetadata.visualizerType
|
||||
|
||||
// 5% of total width
|
||||
readonly property real minWidth: Math.max(1, screen.width * 0.05)
|
||||
// 6% of total width
|
||||
readonly property real minWidth: Math.max(1, screen.width * 0.06)
|
||||
readonly property real maxWidth: minWidth * 2
|
||||
|
||||
function getTitle() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue