mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Layerview number is now correctly displayed
CURA-1273y
This commit is contained in:
parent
b5107b6ffa
commit
4ad88f3498
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ Item
|
|||
anchors.leftMargin: UM.Theme.getSize("default_margin").width / 2;
|
||||
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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue