mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Fixes several code style violations
This commit is contained in:
parent
7c744044fd
commit
88f9cbc213
1 changed files with 6 additions and 6 deletions
|
@ -10,13 +10,13 @@ import UM 1.1 as UM
|
||||||
|
|
||||||
UM.Dialog
|
UM.Dialog
|
||||||
{
|
{
|
||||||
width: 350*Screen.devicePixelRatio;
|
width: 350 * Screen.devicePixelRatio;
|
||||||
minimumWidth: 350*Screen.devicePixelRatio;
|
minimumWidth: 350 * Screen.devicePixelRatio;
|
||||||
maximumWidth: 350*Screen.devicePixelRatio;
|
maximumWidth: 350 * Screen.devicePixelRatio;
|
||||||
|
|
||||||
height: 220*Screen.devicePixelRatio;
|
height: 220 * Screen.devicePixelRatio;
|
||||||
minimumHeight: 220*Screen.devicePixelRatio;
|
minimumHeight: 220 * Screen.devicePixelRatio;
|
||||||
maximumHeight: 220*Screen.devicePixelRatio;
|
maximumHeight: 220 * Screen.devicePixelRatio;
|
||||||
|
|
||||||
|
|
||||||
modality: Qt.Modal
|
modality: Qt.Modal
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue