mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Remove minimise button from toolbox dialog
This commit is contained in:
parent
132a1a1951
commit
ecbfae2f27
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ Window
|
||||||
property var selection: null
|
property var selection: null
|
||||||
title: catalog.i18nc("@title", "Toolbox")
|
title: catalog.i18nc("@title", "Toolbox")
|
||||||
modality: Qt.ApplicationModal
|
modality: Qt.ApplicationModal
|
||||||
|
flags: Qt.Dialog | Qt.CustomizeWindowHint | Qt.WindowTitleHint | Qt.WindowCloseButtonHint
|
||||||
|
|
||||||
width: 720 * screenScaleFactor
|
width: 720 * screenScaleFactor
|
||||||
height: 640 * screenScaleFactor
|
height: 640 * screenScaleFactor
|
||||||
minimumWidth: 720 * screenScaleFactor
|
minimumWidth: 720 * screenScaleFactor
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue