mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-14 19:34:15 +01:00
add visibility for loaded mods size for pair, use menu bar for settings, remove settings button
This commit is contained in:
parent
c196cdd344
commit
96cc64b35a
6 changed files with 21 additions and 18 deletions
|
|
@ -420,7 +420,7 @@ public partial class UiSharedService : DisposableMediatorSubscriberBase
|
|||
|
||||
var frameOffsetY = ((frameHeight - iconData.IconSize.Y * iconData.IconScaling) / 2f);
|
||||
|
||||
drawList.AddText(UiBuilder.IconFont, ImGui.GetFontSize() * iconData.IconScaling,
|
||||
drawList.AddText(UiBuilder.IconFont, UiBuilder.IconFont.FontSize * iconData.IconScaling,
|
||||
new(windowPos.X - scrollPosX + cursorPos.X + iconData.OffsetX,
|
||||
windowPos.Y - scrollPosY + cursorPos.Y + frameOffsetY),
|
||||
color, icon.ToIconString());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue