From 225ae67834498183a12e5e1067a00d93d69b34c6 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Fri, 28 Oct 2022 16:41:20 +0200 Subject: [PATCH] Releasing v0.3.0! --- LogarithmPlotter/__init__.py | 2 +- .../qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LogarithmPlotter/__init__.py b/LogarithmPlotter/__init__.py index 4386cbc..26ef788 100644 --- a/LogarithmPlotter/__init__.py +++ b/LogarithmPlotter/__init__.py @@ -18,7 +18,7 @@ from shutil import which __VERSION__ = "0.3.0" -is_release = False +is_release = True # Check if development version, if so get the date of the latest git patch diff --git a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml index ba25558..0eb70ac 100644 --- a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml +++ b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/Popup/GreetScreen.qml @@ -34,7 +34,7 @@ Popup { x: (parent.width-width)/2 y: Math.max(20, (parent.height-height)/2) width: Math.max(welcome.width+70, checkForUpdatesSetting.width, resetRedoStackSetting.width)+20 - height: Math.min(parent.height-40, 500) + height: Math.min(parent.height-40, 700) modal: true focus: true closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside