Fix ServicesWidget layout

This commit is contained in:
Soreepeong 2024-04-07 21:59:47 +09:00
parent be9216bbc5
commit 9eb4584896

View file

@ -304,7 +304,7 @@ internal class ServicesWidget : IDataWindowWidget
public uint TypeSuffixColor { get; }
public Vector2 DisplayedNameSize =>
ImGui.CalcTextSize(this.DisplayedName) + ImGui.CalcTextSize(this.TypeSuffix);
ImGui.CalcTextSize(this.DisplayedName) + ImGui.CalcTextSize(this.TypeSuffix) with { Y = 0 };
public ServiceManager.ServiceKind Kind { get; }