mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 18:05:56 +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
|
||||
{
|
||||
id: base
|
||||
width: 300 * Screen.devicePixelRatio;
|
||||
height: 500 * Screen.devicePixelRatio;
|
||||
minimumWidth: 400
|
||||
minimumHeight: 300;
|
||||
title: "Changelog"
|
||||
|
||||
ScrollView
|
||||
|
Loading…
x
Reference in New Issue
Block a user