mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 10:17:23 +01:00
Fix some caravans.
This commit is contained in:
parent
304b362002
commit
612cd31c3e
1 changed files with 1 additions and 4 deletions
|
|
@ -189,10 +189,7 @@ public class DesignDetailTab
|
||||||
else if (_selector.Selected!.Color.Length != 0)
|
else if (_selector.Selected!.Color.Length != 0)
|
||||||
{
|
{
|
||||||
ImGui.SameLine();
|
ImGui.SameLine();
|
||||||
var size = new Vector2(ImGui.GetFrameHeight());
|
ImUtf8.Icon(FontAwesomeIcon.ExclamationCircle, "The color associated with this design does not exist."u8, _colors.MissingColor);
|
||||||
using var font = ImRaii.PushFont(UiBuilder.IconFont);
|
|
||||||
ImGuiUtil.DrawTextButton(FontAwesomeIcon.ExclamationCircle.ToIconString(), size, 0, _colors.MissingColor);
|
|
||||||
ImUtf8.HoverTooltip("The color associated with this design does not exist."u8);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ImUtf8.DrawFrameColumn("Creation Date"u8);
|
ImUtf8.DrawFrameColumn("Creation Date"u8);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue