mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Make the expandable content header to be a common header for every expandable component.
Contributes to CURA-5941.
This commit is contained in:
parent
dff364ee30
commit
af37f51cf8
7 changed files with 64 additions and 101 deletions
|
@ -10,6 +10,9 @@ import Cura 1.0 as Cura
|
|||
|
||||
RowLayout
|
||||
{
|
||||
property string enabledText: catalog.i18nc("@label:Should be short", "On")
|
||||
property string disabledText: catalog.i18nc("@label:Should be short", "Off")
|
||||
|
||||
Cura.IconWithText
|
||||
{
|
||||
source: UM.Theme.getIcon("category_layer_height")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue