generated from wm-packages/pika-hyprland-settings
Remove preferred and maximum width constraints for topbar items to improve layout flexibility in the UI
This commit is contained in:
parent
8f936e55bc
commit
60025be0c9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user