mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Merge branch 'replace_controls_1_for_controls_2' into CURA-8687_dialogs
# Conflicts: # resources/qml/Account/SyncState.qml # resources/qml/Preferences/ReadOnlySpinBox.qml
This commit is contained in:
commit
1c711129e2
9 changed files with 132 additions and 121 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