mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Adjust the minimum size to be something around 1280x1024.
Also adjust some colors color for the dark theme. Contributes to CURA-5772.
This commit is contained in:
parent
e85b5febe1
commit
e64698209c
5 changed files with 12 additions and 8 deletions
|
@ -291,6 +291,7 @@ UM.MainWindow
|
|||
onActiveViewChanged: viewModeButton.updateItemActiveFlags()
|
||||
}
|
||||
}
|
||||
|
||||
Loader
|
||||
{
|
||||
id: viewPanel
|
||||
|
@ -307,7 +308,7 @@ UM.MainWindow
|
|||
source: UM.ActiveView.valid ? UM.ActiveView.activeViewPanel : ""
|
||||
}
|
||||
|
||||
ProgressAndSaveWidget
|
||||
Cura.ActionPanelWidget
|
||||
{
|
||||
anchors.right: parent.right
|
||||
anchors.bottom: parent.bottom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue