mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 15:35:54 +08:00
Layerview number is now correctly displayed
CURA-1273y
This commit is contained in:
parent
b5107b6ffa
commit
4ad88f3498
@ -65,7 +65,7 @@ Item
|
|||||||
anchors.leftMargin: UM.Theme.getSize("default_margin").width / 2;
|
anchors.leftMargin: UM.Theme.getSize("default_margin").width / 2;
|
||||||
anchors.verticalCenter: parent.verticalCenter;
|
anchors.verticalCenter: parent.verticalCenter;
|
||||||
|
|
||||||
width: UM.Theme.getSize("line").width * maxValue.length;
|
width: Math.max(UM.Theme.getSize("line").width * maxValue.length + 1, 20);
|
||||||
|
|
||||||
style: TextFieldStyle
|
style: TextFieldStyle
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user