Fix say window positions and relevant infomation

This commit is contained in:
2021-07-02 15:38:08 +10:00
parent 5c18593a75
commit 4c16ad6465
3 changed files with 45 additions and 38 deletions

View File

@ -443,14 +443,15 @@ init python:
## Font sizes.
gui.text_size = 45
gui.name_text_size = 54
gui.name_text_size = 50
gui.notify_text_size = 38
gui.interface_text_size = 45
gui.button_text_size = 45
gui.label_text_size = 51
## Adjust the location of the textbox.
gui.textbox_height = int(gui.textbox_height * 1.263157) # ~360
# gui.textbox_height = int(gui.textbox_height * 1.263157) # ~360
# gui.window_yoffset = 240;
gui.text_width = 1650 # not needed
## Change the size and spacing of various things.
gui.slider_size = 54