Fixing flatpak issue with the KDE SDK that makes button have no width on startup.
This commit is contained in:
parent
033f065f92
commit
dd7e078525
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue