mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Fix weird wrapping in monitor page
This commit is contained in:
parent
f15f01e32f
commit
7abe62a8ec
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,7 @@ Item
|
|||
text: printJob ? Math.round(printJob.progress * 100) + "%" : "0%"
|
||||
color: printJob && printJob.isActive ? UM.Theme.getColor("text") : UM.Theme.getColor("monitor_text_disabled")
|
||||
width: contentWidth
|
||||
|
||||
wrapMode: Text.NoWrap
|
||||
// FIXED-LINE-HEIGHT:
|
||||
height: UM.Theme.getSize("monitor_text_line").height
|
||||
}
|
||||
|
@ -57,6 +57,7 @@ Item
|
|||
leftMargin: UM.Theme.getSize("monitor_margin").width
|
||||
verticalCenter: parent.verticalCenter
|
||||
}
|
||||
wrapMode: Text.NoWrap
|
||||
text:
|
||||
{
|
||||
if (!printJob)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue