Update app_size_values.py
This commit is contained in:
@@ -63,7 +63,7 @@ class ImagePath():
|
||||
credits_path = os.path.join(img_path, 'credits.png')
|
||||
donate_path = os.path.join(img_path, 'donate.png')
|
||||
download_path = os.path.join(img_path, 'download.png')
|
||||
efile_path = os.path.join(img_path, 'file.png')
|
||||
efile_path = os.path.join(img_path, 'File.png')
|
||||
help_path = os.path.join(img_path, 'help.png')
|
||||
key_path = os.path.join(img_path, 'key.png')
|
||||
stop_path = os.path.join(img_path, 'stop.png')
|
||||
@@ -118,4 +118,4 @@ class AdjustedValues():
|
||||
CONVERSIONBUTTON_HEIGHT = determined_size["CONVERSIONBUTTON_HEIGHT"]
|
||||
COMMAND_HEIGHT = determined_size["COMMAND_HEIGHT"]
|
||||
PROGRESS_HEIGHT = determined_size["PROGRESS_HEIGHT"]
|
||||
PADDING = determined_size["PADDING"]
|
||||
PADDING = determined_size["PADDING"]
|
||||
|
||||
Reference in New Issue
Block a user