mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
No border around quick design window.
This commit is contained in:
parent
8f60688e44
commit
c4bb24a6ec
1 changed files with 2 additions and 1 deletions
|
|
@ -64,7 +64,8 @@ public class DesignQuickBar : Window, IDisposable
|
||||||
Flags = GetFlags;
|
Flags = GetFlags;
|
||||||
Size = new Vector2(12 * ImGui.GetFrameHeight(), ImGui.GetFrameHeight());
|
Size = new Vector2(12 * ImGui.GetFrameHeight(), ImGui.GetFrameHeight());
|
||||||
|
|
||||||
_windowPadding.Push(ImGuiStyleVar.WindowPadding, new Vector2(ImGuiHelpers.GlobalScale * 4));
|
_windowPadding.Push(ImGuiStyleVar.WindowPadding, new Vector2(ImGuiHelpers.GlobalScale * 4))
|
||||||
|
.Push(ImGuiStyleVar.WindowBorderSize, 0);
|
||||||
_windowColor.Push(ImGuiCol.WindowBg, ColorId.QuickDesignBg.Value())
|
_windowColor.Push(ImGuiCol.WindowBg, ColorId.QuickDesignBg.Value())
|
||||||
.Push(ImGuiCol.Button, ColorId.QuickDesignButton.Value())
|
.Push(ImGuiCol.Button, ColorId.QuickDesignButton.Value())
|
||||||
.Push(ImGuiCol.FrameBg, ColorId.QuickDesignFrame.Value());
|
.Push(ImGuiCol.FrameBg, ColorId.QuickDesignFrame.Value());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue