mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -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
|
||||
{
|
||||
width: 350*Screen.devicePixelRatio;
|
||||
minimumWidth: 350*Screen.devicePixelRatio;
|
||||
maximumWidth: 350*Screen.devicePixelRatio;
|
||||
width: 350 * Screen.devicePixelRatio;
|
||||
minimumWidth: 350 * Screen.devicePixelRatio;
|
||||
maximumWidth: 350 * Screen.devicePixelRatio;
|
||||
|
||||
height: 220*Screen.devicePixelRatio;
|
||||
minimumHeight: 220*Screen.devicePixelRatio;
|
||||
maximumHeight: 220*Screen.devicePixelRatio;
|
||||
height: 220 * Screen.devicePixelRatio;
|
||||
minimumHeight: 220 * Screen.devicePixelRatio;
|
||||
maximumHeight: 220 * Screen.devicePixelRatio;
|
||||
|
||||
|
||||
modality: Qt.Modal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue