mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:58:59 +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
|
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…
x
Reference in New Issue
Block a user