mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
Merge pull request #1910 from Ultimaker/fix_dialog_sizes
Fix dialog sizes. Tested on different OSes and screens, all looked good.
This commit is contained in:
parent
d44caa281b
commit
8ab5c7e4cd
7 changed files with 30 additions and 31 deletions
|
@ -81,8 +81,6 @@ Menu
|
|||
|
||||
title: catalog.i18ncp("@title:window", "Multiply Selected Model", "Multiply Selected Models", UM.Selection.selectionCount)
|
||||
|
||||
width: 400 * Screen.devicePixelRatio
|
||||
height: 80 * Screen.devicePixelRatio
|
||||
|
||||
onAccepted: CuraActions.multiplySelection(copiesField.value)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue