mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Fix styling of USB Printing control and firmware window
Contributes to Ultimaker/Uranium#8
This commit is contained in:
parent
4a2c0b2411
commit
17e5d1f835
2 changed files with 54 additions and 46 deletions
|
@ -17,6 +17,8 @@ UM.Dialog
|
|||
visible: true;
|
||||
modality: Qt.ApplicationModal;
|
||||
|
||||
title: "Firmware Update";
|
||||
|
||||
Column
|
||||
{
|
||||
anchors.fill: parent;
|
||||
|
@ -66,4 +68,12 @@ UM.Dialog
|
|||
id: palette;
|
||||
}
|
||||
}
|
||||
|
||||
rightButtons: [
|
||||
Button {
|
||||
text: "Close";
|
||||
enabled: manager.progress >= 100;
|
||||
onClicked: base.visible = false;
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue