mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:57:22 +01:00
Rows without buttons were smaller than rows with buttons
This commit is contained in:
parent
7ae308fd4e
commit
ae44599db0
1 changed files with 6 additions and 0 deletions
|
|
@ -708,6 +708,12 @@ namespace MareSynchronos.UI
|
|||
ImGui.EndPopup();
|
||||
}
|
||||
|
||||
if (!plusButtonShown && !(isOwner || (isModerator && !userIsMod && !userIsOwner)))
|
||||
{
|
||||
ImGui.SameLine();
|
||||
ImGui.Dummy(barButtonSize with { X = 0 });
|
||||
}
|
||||
|
||||
if (_showModalBanUser && !_banUserPopupOpen)
|
||||
{
|
||||
ImGui.OpenPopup("Ban User");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue