mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Fix auto-adjust for "Print Setup" text
CURA-4341
This commit is contained in:
parent
b86f98c444
commit
0e45ec1197
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ Rectangle
|
||||||
anchors.rightMargin: UM.Theme.getSize("sidebar_margin").width
|
anchors.rightMargin: UM.Theme.getSize("sidebar_margin").width
|
||||||
anchors.top:
|
anchors.top:
|
||||||
{
|
{
|
||||||
if (settingsModeLabel.contentWidth >= parent.width - width - UM.Theme.getSize("sidebar_margin").width)
|
if (settingsModeLabel.contentWidth >= parent.width - width - UM.Theme.getSize("sidebar_margin").width * 2)
|
||||||
{
|
{
|
||||||
return settingsModeLabel.bottom;
|
return settingsModeLabel.bottom;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue