increase size of mcdo table slightly

This commit is contained in:
Stanley Dimant
2025-02-10 18:52:39 +01:00
parent 2cb2e7ca78
commit b7b79e6e1d

View File

@@ -550,7 +550,7 @@ internal sealed partial class CharaDataHubUi
}
using (var table = ImRaii.Table("Own Character Data", 12, ImGuiTableFlags.RowBg | ImGuiTableFlags.SizingFixedFit | ImGuiTableFlags.ScrollY,
new Vector2(ImGui.GetWindowContentRegionMax().X - ImGui.GetWindowContentRegionMin().X, 100)))
new Vector2(ImGui.GetWindowContentRegionMax().X - ImGui.GetWindowContentRegionMin().X, 110)))
{
if (table)
{