Increase textviewer font size.
This commit is contained in:
parent
8ea0bde338
commit
dfb30e7d8e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ pre_configure_target() {
|
|||
sed -i 's|BUTTON_START|BUTTON_INVALID|g' main.cpp
|
||||
|
||||
# For RG552
|
||||
sed -i 's| ImGui::GetIO().Fonts->AddFontDefault(&config);| ImGui::GetIO().Fonts->AddFontDefault(\&config);\n }\n else\n {\n ImFontConfig config;\n config.SizePixels = 13;\n ImGui::GetIO().Fonts->AddFontDefault(\&config);|g' main.cpp
|
||||
sed -i 's| ImGui::GetIO().Fonts->AddFontDefault(&config);| ImGui::GetIO().Fonts->AddFontDefault(\&config);\n }\n else\n {\n ImFontConfig config;\n config.SizePixels = 48;\n ImGui::GetIO().Fonts->AddFontDefault(\&config);|g' main.cpp
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue