fix: minor ui fixes

This commit is contained in:
2025-12-19 20:04:30 +03:00
parent 8112096647
commit d17776b8e4
6 changed files with 63 additions and 59 deletions

View File

@@ -27,6 +27,7 @@ void main_layout::render_menu_bar()
ImGui::Begin("##TopBar", nullptr, flags);
ImGuiStyle &style = ImGui::GetStyle();
style.FrameBorderSize = 1.0f;
const char *settings_label = "Settings";
const char *about_label = "About";