Skip to content

Commit

Permalink
Make file explorer minimizable (close #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smertig committed Nov 21, 2020
1 parent 0922b64 commit 7b24aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ui/file_dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void file_dialog::render() {
ImGui::SetNextWindowPos(ImVec2{ 0, 0 }, ImGuiCond_Always);
ImGui::SetNextWindowSize(ImVec2{ 600, 500 }, ImGuiCond_Always);

ImGui::Begin("File Choose Dialog", nullptr, ImGuiWindowFlags_NoCollapse | ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoSavedSettings);
ImGui::Begin("Choose Replay File", nullptr, ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoSavedSettings);

ImGui::Text("%s", ICON_FA_FOLDER);
ImGui::SameLine();
Expand Down

0 comments on commit 7b24aed

Please sign in to comment.