mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:59:00 +08: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
@ -109,7 +109,7 @@ Item
|
||||
anchors.fill: parent
|
||||
leftPadding: background.padding
|
||||
rightPadding: 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
|
||||
|
@ -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…
x
Reference in New Issue
Block a user