Rounded file browser icons

This commit is contained in:
Antoine Pilote
2023-08-31 10:40:27 -04:00
parent a9837fbe1a
commit cddb7caf02
2 changed files with 6 additions and 3 deletions

View File

@@ -286,6 +286,7 @@ namespace Nuake
s.WindowBorderSize = 0.0f;
s.IndentSpacing = 12.0f;
s.ChildBorderSize = 0.0f;
s.PopupRounding = 4.0f;
ImVec4* colors = ImGui::GetStyle().Colors;
colors[ImGuiCol_Text] = ImVec4(1.00f, 1.00f, 1.00f, 1.00f);