mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Improved negative space in menu bar of file browser
This commit is contained in:
@@ -743,6 +743,7 @@ namespace Nuake
|
||||
avail.y = 30;
|
||||
if (ImGui::BeginChild("Path", avail, true))
|
||||
{
|
||||
ImGui::PushStyleVar(ImGuiStyleVar_ItemSpacing, { 2, 4 });
|
||||
ImGui::PushStyleColor(ImGuiCol_Button, ImVec4(0, 0, 0, 0));
|
||||
|
||||
const auto buttonSize = ImVec2(26, 26);
|
||||
@@ -834,6 +835,7 @@ namespace Nuake
|
||||
ImGui::PopStyleColor(); // Button color
|
||||
|
||||
ImGui::SameLine();
|
||||
ImGui::PopStyleVar();
|
||||
}
|
||||
ImGui::EndChild();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user