mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06: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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue