Separators
This commit is contained in:
@@ -142,9 +142,15 @@ public class ProfilePanel
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
DrawEnabledSetting();
|
DrawEnabledSetting();
|
||||||
|
|
||||||
|
ImGui.Separator();
|
||||||
|
|
||||||
using (var disabled = ImRaii.Disabled(_selector.Selected?.IsWriteProtected ?? true))
|
using (var disabled = ImRaii.Disabled(_selector.Selected?.IsWriteProtected ?? true))
|
||||||
{
|
{
|
||||||
DrawBasicSettings();
|
DrawBasicSettings();
|
||||||
|
|
||||||
|
ImGui.Separator();
|
||||||
|
|
||||||
DrawTemplateArea();
|
DrawTemplateArea();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user