mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Use no text by default for the disabled state of the panels
Contributes to CURA-5941.
This commit is contained in:
parent
4fc4aecf17
commit
716fedc782
2 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@ Item
|
|||
id: disabledLabel
|
||||
visible: !base.enabled
|
||||
leftPadding: background.padding
|
||||
text: catalog.i18nc("@label default disabled text", "This component is disabled")
|
||||
text: ""
|
||||
font: UM.Theme.getFont("default")
|
||||
renderType: Text.NativeRendering
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue