mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07: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
|
|
@ -109,7 +109,7 @@ Item
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
leftPadding: background.padding
|
leftPadding: background.padding
|
||||||
rightPadding: background.padding
|
rightPadding: background.padding
|
||||||
text: catalog.i18nc("@label default disabled text", "This component is disabled")
|
text: ""
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
|
|
||||||
|
|
@ -113,7 +113,7 @@ Item
|
||||||
id: disabledLabel
|
id: disabledLabel
|
||||||
visible: !base.enabled
|
visible: !base.enabled
|
||||||
leftPadding: background.padding
|
leftPadding: background.padding
|
||||||
text: catalog.i18nc("@label default disabled text", "This component is disabled")
|
text: ""
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue