Makes it the same size as most other dialogs

Also makes it more readable

Contributes to #CURA-279
This commit is contained in:
Tamara Hogenhout 2015-11-19 16:03:15 +01:00
parent c690095103
commit 1a4a396abd

View file

@ -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