mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Fix room settings being cut off
This commit is contained in:
parent
df88eccfb7
commit
70eabc3276
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ ApplicationWindow {
|
||||||
minimumHeight: 450
|
minimumHeight: 450
|
||||||
width: 450
|
width: 450
|
||||||
height: 680
|
height: 680
|
||||||
|
Layout.preferredWidth: scroll.availableWidth
|
||||||
color: palette.window
|
color: palette.window
|
||||||
modality: Qt.NonModal
|
modality: Qt.NonModal
|
||||||
flags: Qt.Dialog | Qt.WindowCloseButtonHint | Qt.WindowTitleHint
|
flags: Qt.Dialog | Qt.WindowCloseButtonHint | Qt.WindowTitleHint
|
||||||
|
|
Loading…
Reference in a new issue