Rows without buttons were smaller than rows with buttons
This commit is contained in:
@@ -708,6 +708,12 @@ namespace MareSynchronos.UI
|
|||||||
ImGui.EndPopup();
|
ImGui.EndPopup();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!plusButtonShown && !(isOwner || (isModerator && !userIsMod && !userIsOwner)))
|
||||||
|
{
|
||||||
|
ImGui.SameLine();
|
||||||
|
ImGui.Dummy(barButtonSize with { X = 0 });
|
||||||
|
}
|
||||||
|
|
||||||
if (_showModalBanUser && !_banUserPopupOpen)
|
if (_showModalBanUser && !_banUserPopupOpen)
|
||||||
{
|
{
|
||||||
ImGui.OpenPopup("Ban User");
|
ImGui.OpenPopup("Ban User");
|
||||||
|
|||||||
Reference in New Issue
Block a user