[feat] change UI layouts

This commit is contained in:
dijunkun
2024-11-18 16:08:54 +08:00
parent bf097008e7
commit 5bf5e9ee25
7 changed files with 296 additions and 300 deletions

View File

@@ -21,7 +21,6 @@ int Render::RemoteWindow() {
ImGui::SetCursorPosY(ImGui::GetCursorPosY() + main_window_text_y_padding_);
ImGui::Indent(main_child_window_x_padding_ - 1.0f);
ImGui::SetWindowFontScale(1.0f);
ImGui::TextColored(
ImVec4(0.0f, 0.0f, 0.0f, 0.5f), "%s",
@@ -47,7 +46,7 @@ int Render::RemoteWindow() {
ImGui::PopStyleVar();
ImGui::PopStyleColor();
{
ImGui::SetWindowFontScale(0.5f);
ImGui::SetWindowFontScale(0.8f);
ImGui::Text(
"%s", localization::remote_id[localization_language_index_].c_str());