mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:59:11 +08: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
@ -99,6 +99,7 @@ Column
|
|||||||
{
|
{
|
||||||
id: buttonRow
|
id: buttonRow
|
||||||
spacing: UM.Theme.getSize("default_margin").width
|
spacing: UM.Theme.getSize("default_margin").width
|
||||||
|
width: parent.width
|
||||||
|
|
||||||
Cura.ActionButton
|
Cura.ActionButton
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user