mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-22 12:47:44 +00:00
Fix news page being some weird variable width when loading
This commit is contained in:
parent
030fa5fe43
commit
a5682efa3c
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,8 @@ Kirigami.Page {
|
|||
id: loginPage
|
||||
|
||||
Layout.alignment: Qt.AlignTop | Qt.AlignHCenter
|
||||
Layout.minimumWidth: LauncherCore.showNews ? Kirigami.Units.gridUnit * 25 : undefined
|
||||
Layout.fillWidth: true
|
||||
Layout.minimumWidth: LauncherCore.showNews ? Kirigami.Units.gridUnit * 25 : 0
|
||||
Layout.fillWidth: !LauncherCore.showNews
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue