mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 07:55:55 +08:00
Makes it the same size as most other dialogs
Also makes it more readable Contributes to #CURA-279
This commit is contained in:
parent
c690095103
commit
1a4a396abd
@ -11,8 +11,8 @@ import UM 1.1 as UM
|
|||||||
UM.Dialog
|
UM.Dialog
|
||||||
{
|
{
|
||||||
id: base
|
id: base
|
||||||
width: 300 * Screen.devicePixelRatio;
|
minimumWidth: 400
|
||||||
height: 500 * Screen.devicePixelRatio;
|
minimumHeight: 300;
|
||||||
title: "Changelog"
|
title: "Changelog"
|
||||||
|
|
||||||
ScrollView
|
ScrollView
|
||||||
|
Loading…
x
Reference in New Issue
Block a user