Ticket #96: gui_fontsize.patch
File gui_fontsize.patch, 1.1 KB (added by Elie De Brauwer <elie@…>, 10 years ago) |
---|
-
gui/help.xml
1 <Window title="PARPG Help" min_size=" 350,300" max_size="350,300">1 <Window title="PARPG Help" min_size="500,450" max_size="500,450"> 2 2 <Label name="MainHelpText" /> 3 <ScrollArea size="250,350" horizontal_scrollbar=" 0">3 <ScrollArea size="250,350" horizontal_scrollbar="1"> 4 4 <Label name="KeybindText"/> 5 5 </ScrollArea> 6 6 <Label text="[br]For more info or help, visit: http://wiki.parpg.net[br][br]" /> 7 <Button name="closeButton" text="Close" max_size="50,2 0"/>7 <Button name="closeButton" text="Close" max_size="50,25"/> 8 8 </Window> -
gui/hud_options.xml
18 18 19 19 <Spacer /> 20 20 21 <HBox min_size="290,2 0" max_size="290,20">21 <HBox min_size="290,25" max_size="290,25"> 22 22 <Button name="closeButton" text="Close" /> 23 23 <Spacer /> 24 24 <Button name="defaultsButton" text="Reset to Defaults" />