mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +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();
|
||||
|
||||
DrawBehaviorSettings();
|
||||
DrawInterfaceSettings();
|
||||
DrawColorSettings();
|
||||
DrawCodes();
|
||||
using (var child2 = ImRaii.Child("SettingsChild"))
|
||||
{
|
||||
DrawBehaviorSettings();
|
||||
DrawInterfaceSettings();
|
||||
DrawColorSettings();
|
||||
DrawCodes();
|
||||
}
|
||||
|
||||
MainWindow.DrawSupportButtons(_changelog.Changelog);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue