mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Merge branch 'master' into feature_print_monitoring
# Conflicts: # resources/qml/Cura.qml
This commit is contained in:
commit
55af0af755
5 changed files with 17 additions and 6 deletions
|
@ -17,6 +17,11 @@ UM.MainWindow
|
|||
title: catalog.i18nc("@title:window","Cura");
|
||||
viewportRect: Qt.rect(0, 0, (base.width - sidebar.width) / base.width, 1.0)
|
||||
property bool monitoringPrint: false
|
||||
Component.onCompleted:
|
||||
{
|
||||
Printer.setMinimumWindowSize(UM.Theme.getSize("window_minimum_size"))
|
||||
}
|
||||
|
||||
Item
|
||||
{
|
||||
id: backgroundItem;
|
||||
|
@ -574,9 +579,6 @@ UM.MainWindow
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
UM.PreferencesDialog
|
||||
{
|
||||
id: preferences
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue