mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2024-11-28 01:10:56 +01:00
Update app_size_values.py
This commit is contained in:
parent
53c0a2fd7f
commit
fc3d727558
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user