mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 06:35:15 +08:00
CURA-5202 Add modality to PluginBrowser window
This commit is contained in:
parent
b78b6b2c01
commit
819d1ac4e7
@ -15,6 +15,7 @@ Window {
|
|||||||
id: base
|
id: base
|
||||||
|
|
||||||
title: catalog.i18nc("@title:tab", "Plugins");
|
title: catalog.i18nc("@title:tab", "Plugins");
|
||||||
|
modality: Qt.ApplicationModal
|
||||||
width: 800 * screenScaleFactor
|
width: 800 * screenScaleFactor
|
||||||
height: 640 * screenScaleFactor
|
height: 640 * screenScaleFactor
|
||||||
minimumWidth: 350 * screenScaleFactor
|
minimumWidth: 350 * screenScaleFactor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user