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 {
|
Item {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredWidth: panel.width / 3
|
|
||||||
Layout.maximumWidth: panel.width / 3
|
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
@ -65,8 +63,6 @@ PanelWindow {
|
|||||||
|
|
||||||
Item {
|
Item {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredWidth: panel.width / 3
|
|
||||||
Layout.maximumWidth: panel.width / 3
|
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
@ -83,8 +79,6 @@ PanelWindow {
|
|||||||
|
|
||||||
Item {
|
Item {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredWidth: panel.width / 3
|
|
||||||
Layout.maximumWidth: panel.width / 3
|
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user