mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-14 20:54:17 +01:00
Add child in settings tab so the top doesnt scroll away.
This commit is contained in:
parent
ad5ac2c2ac
commit
36ab87d28e
1 changed files with 7 additions and 4 deletions
|
|
@ -57,10 +57,13 @@ public class SettingsTab : ITab
|
||||||
ImGui.NewLine();
|
ImGui.NewLine();
|
||||||
ImGui.NewLine();
|
ImGui.NewLine();
|
||||||
|
|
||||||
DrawBehaviorSettings();
|
using (var child2 = ImRaii.Child("SettingsChild"))
|
||||||
DrawInterfaceSettings();
|
{
|
||||||
DrawColorSettings();
|
DrawBehaviorSettings();
|
||||||
DrawCodes();
|
DrawInterfaceSettings();
|
||||||
|
DrawColorSettings();
|
||||||
|
DrawCodes();
|
||||||
|
}
|
||||||
|
|
||||||
MainWindow.DrawSupportButtons(_changelog.Changelog);
|
MainWindow.DrawSupportButtons(_changelog.Changelog);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue