Fixing flatpak issue with the KDE SDK that makes button have no width on startup.

This commit is contained in:
Adsooi 2022-02-07 13:14:15 +01:00
parent 033f065f92
commit dd7e078525
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ Column {
Button {
id: createBtn
width: parent.width/3
width: 96
visible: Objects.types[modelData].createable()
height: visible ? width*0.8 : 0
// The KDE SDK is kinda buggy, so it respects neither specified color nor display propreties.