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