This commit is contained in:
parent
6307855b87
commit
225ae67834
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue