mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Fix ServicesWidget layout
This commit is contained in:
parent
be9216bbc5
commit
9eb4584896
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue