From 1a4a396abd170333d8ea0a21a775593698c76518 Mon Sep 17 00:00:00 2001 From: Tamara Hogenhout Date: Thu, 19 Nov 2015 16:03:15 +0100 Subject: [PATCH] Makes it the same size as most other dialogs Also makes it more readable Contributes to #CURA-279 --- plugins/ChangeLogPlugin/ChangeLog.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/ChangeLogPlugin/ChangeLog.qml b/plugins/ChangeLogPlugin/ChangeLog.qml index d4dbc3e524..3379786493 100644 --- a/plugins/ChangeLogPlugin/ChangeLog.qml +++ b/plugins/ChangeLogPlugin/ChangeLog.qml @@ -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