Remove preferred and maximum width constraints for topbar items to improve layout flexibility in the UI

This commit is contained in:
ferreo 2024-11-23 00:41:27 +00:00
parent 8f936e55bc
commit 60025be0c9

View File

@ -45,8 +45,6 @@ PanelWindow {
Item {
Layout.fillWidth: true
Layout.preferredWidth: panel.width / 3
Layout.maximumWidth: panel.width / 3
Layout.fillHeight: true
RowLayout {
@ -65,8 +63,6 @@ PanelWindow {
Item {
Layout.fillWidth: true
Layout.preferredWidth: panel.width / 3
Layout.maximumWidth: panel.width / 3
Layout.fillHeight: true
RowLayout {
@ -83,8 +79,6 @@ PanelWindow {
Item {
Layout.fillWidth: true
Layout.preferredWidth: panel.width / 3
Layout.maximumWidth: panel.width / 3
Layout.fillHeight: true
RowLayout {