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:
Diego Prado Gesto 2018-11-21 16:56:25 +01:00
parent 0e17e54420
commit f866390c7b

View file

@ -99,6 +99,7 @@ Column
{
id: buttonRow
spacing: UM.Theme.getSize("default_margin").width
width: parent.width
Cura.ActionButton
{