mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Fix an issue in the action panel.
When the panel is created while the user is in the preview stage, the row has no width. Contributes to CURA-5786.
This commit is contained in:
parent
0e17e54420
commit
f866390c7b
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ Column
|
|||
{
|
||||
id: buttonRow
|
||||
spacing: UM.Theme.getSize("default_margin").width
|
||||
width: parent.width
|
||||
|
||||
Cura.ActionButton
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue