mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-22 07:47:45 +01:00
Put ItemSpacing from DrawPluginTabBar into category view
This commit is contained in:
parent
c3d4d52594
commit
893ca93e02
1 changed files with 4 additions and 0 deletions
|
|
@ -715,6 +715,8 @@ namespace Dalamud.Interface.Internal.Windows
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ImGui.PushStyleVar(ImGuiStyleVar.ItemSpacing, ImGuiHelpers.ScaledVector2(1, 3));
|
||||||
|
|
||||||
var groupInfo = this.categoryManager.GroupList[this.categoryManager.CurrentGroupIdx];
|
var groupInfo = this.categoryManager.GroupList[this.categoryManager.CurrentGroupIdx];
|
||||||
if (groupInfo.GroupKind == PluginCategoryManager.GroupKind.DevTools)
|
if (groupInfo.GroupKind == PluginCategoryManager.GroupKind.DevTools)
|
||||||
{
|
{
|
||||||
|
|
@ -776,6 +778,8 @@ namespace Dalamud.Interface.Internal.Windows
|
||||||
ImGui.Text(Locs.TabBody_SearchNoCompatible);
|
ImGui.Text(Locs.TabBody_SearchNoCompatible);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ImGui.PopStyleVar();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void DrawImageTester()
|
private void DrawImageTester()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue