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
|
@ -106,7 +106,7 @@
|
||||||
|
|
||||||
**Fixed bugs**
|
**Fixed bugs**
|
||||||
|
|
||||||
* Confined packages (snapcraft & flatpak) won't show error messages related to update checks.
|
* Sandboxed packages (snapcraft and flatpak) won't show error messages related to update checks.
|
||||||
* Equations of the form (x + y) / z were not being simplified properly.
|
* Equations of the form (x + y) / z were not being simplified properly.
|
||||||
|
|
||||||
## v0.1.2 (30 Sep 2021)
|
## v0.1.2 (30 Sep 2021)
|
||||||
|
|
|
@ -50,7 +50,7 @@ Column {
|
||||||
|
|
||||||
Button {
|
Button {
|
||||||
id: createBtn
|
id: createBtn
|
||||||
width: parent.width/3
|
width: 96
|
||||||
visible: Objects.types[modelData].createable()
|
visible: Objects.types[modelData].createable()
|
||||||
height: visible ? width*0.8 : 0
|
height: visible ? width*0.8 : 0
|
||||||
// The KDE SDK is kinda buggy, so it respects neither specified color nor display propreties.
|
// The KDE SDK is kinda buggy, so it respects neither specified color nor display propreties.
|
||||||
|
|
Loading…
Reference in a new issue