mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Add a new property to the ActionButton to indicate whether the button
has a fixed width or the width will be dependant on the content. Contributes to CURA-5786.
This commit is contained in:
parent
b6b60702c0
commit
5dddcbd666
5 changed files with 13 additions and 0 deletions
|
@ -86,6 +86,7 @@ Column
|
|||
id: prepareButton
|
||||
width: parent.width
|
||||
height: UM.Theme.getSize("action_panel_button").height
|
||||
fixedWidthMode: true
|
||||
text:
|
||||
{
|
||||
if ([UM.Backend.NotStarted, UM.Backend.Error].indexOf(widget.backendState) != -1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue