ui stuff + clear notifications

This commit is contained in:
2023-04-02 16:29:35 +02:00
parent 537cd2cbdf
commit 708371a3d1
4 changed files with 63 additions and 22 deletions

View File

@@ -179,7 +179,7 @@ void setAutostart(bool newValue)
void loadUiStyle()
{
ImGuiStyle& style = ImGui::GetStyle();
style.WindowPadding = { 6.f, 12.f };
style.WindowPadding = { 10.f, 14.f };
style.WindowBorderSize = 0.f;
style.FramePadding = { 8.f, 4.f };