mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47:49 -06:00
Fix size of footer
CURA-8561
This commit is contained in:
parent
5ac0df8b0f
commit
f6b351f97f
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ ListView
|
||||||
//Wrapper item to add spacing between content and footer.
|
//Wrapper item to add spacing between content and footer.
|
||||||
footer: Item
|
footer: Item
|
||||||
{
|
{
|
||||||
width: parent.width
|
width: parent.width - UM.Theme.getSize("default_margin").width - UM.Theme.getSize("narrow_margin").width
|
||||||
height: model.hasFooter || packages.model.errorMessage != "" ? UM.Theme.getSize("card").height + packages.spacing : 0
|
height: model.hasFooter || packages.model.errorMessage != "" ? UM.Theme.getSize("card").height + packages.spacing : 0
|
||||||
visible: model.hasFooter || packages.model.errorMessage != ""
|
visible: model.hasFooter || packages.model.errorMessage != ""
|
||||||
Button
|
Button
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue