mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Removed font from rectangle
This commit is contained in:
parent
74a1a5f6f1
commit
ccd95c2ecf
@ -40,7 +40,7 @@ Rectangle
|
|||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: UM.Theme.sizes.default_margin.width;
|
anchors.leftMargin: UM.Theme.sizes.default_margin.width;
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
font: UM.Theme.fonts.default;
|
//font: UM.Theme.fonts.default;
|
||||||
color: UM.Theme.colors.text_white
|
color: UM.Theme.colors.text_white
|
||||||
}
|
}
|
||||||
TextField
|
TextField
|
||||||
|
Loading…
x
Reference in New Issue
Block a user