@@ -126,7 +126,7 @@ local fs_elements = {
126
126
}
127
127
128
128
local styles = sprintf ([[
129
- style_type[label,field;font_size=+0 ]
129
+ style_type[label,field;font_size=16 ]
130
130
style_type[image_button;border=false;sound=craftguide_click]
131
131
style_type[item_image_button;border=false;bgimg_hovered=%s;sound=craftguide_click]
132
132
@@ -144,8 +144,8 @@ local styles = sprintf([[
144
144
style[prev_usage;fgimg=%s;fgimg_hovered=%s]
145
145
style[next_usage;fgimg=%s;fgimg_hovered=%s]
146
146
style[guide_mode,inv_mode;fgimg_hovered=%s;noclip=true;content_offset=0;sound=craftguide_tab]
147
- style[pagenum,no_item,no_rcp;border=false;font=bold;font_size=+2 ;content_offset=0]
148
- style[craft_rcp,craft_usg;border=false;noclip=true;font_size=+0 ;sound=craftguide_craft;
147
+ style[pagenum,no_item,no_rcp;border=false;font=bold;font_size=18 ;content_offset=0]
148
+ style[craft_rcp,craft_usg;border=false;noclip=true;font_size=16 ;sound=craftguide_craft;
149
149
bgimg=craftguide_btn9.png;bgimg_hovered=craftguide_btn9_hovered.png;
150
150
bgimg_pressed=craftguide_btn9_pressed.png;bgimg_middle=4,6]
151
151
]] ,
@@ -1506,9 +1506,9 @@ local function get_header(fs, data)
1506
1506
tech_name = snip (tech_name , name_lim )
1507
1507
end
1508
1508
1509
- fs (" style_type[label;font=bold;font_size=+6 ]" ,
1510
- fmt (" label" , X , Y1 , desc ), " style_type[label;font=mono;font_size=+0 ]" ,
1511
- fmt (" label" , X , Y2 , clr (" #7bf" , tech_name )), " style_type[label;font=normal;font_size=+0 ]" )
1509
+ fs (" style_type[label;font=bold;font_size=22 ]" ,
1510
+ fmt (" label" , X , Y1 , desc ), " style_type[label;font=mono;font_size=16 ]" ,
1511
+ fmt (" label" , X , Y2 , clr (" #7bf" , tech_name )), " style_type[label;font=normal;font_size=16 ]" )
1512
1512
1513
1513
local def = reg_items [data .query_item ]
1514
1514
local model_alias = craftguide .model_alias [data .query_item ]
0 commit comments