Releasing v0.3.0!
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ad5001 2022-10-28 16:41:20 +02:00
parent 6307855b87
commit 225ae67834
Signed by: Ad5001
GPG Key ID: EF45F9C6AFE20160
2 changed files with 2 additions and 2 deletions

View File

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

View File

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