notification-changes #59

Merged
defnotken merged 3 commits from notification-changes into 1.12.3 2025-10-12 16:08:53 +00:00
Showing only changes of commit 02c3846031 - Show all commits

View File

@@ -3500,7 +3500,7 @@ public class SettingsUi : WindowMediatorSubscriberBase
{
ImGui.TableSetupColumn("Notification Type", ImGuiTableColumnFlags.WidthFixed, 200f * ImGuiHelpers.GlobalScale);
ImGui.TableSetupColumn("Location", ImGuiTableColumnFlags.WidthStretch);
ImGui.TableSetupColumn("Actions", ImGuiTableColumnFlags.WidthFixed, 40f * ImGuiHelpers.GlobalScale);
ImGui.TableSetupColumn("Test", ImGuiTableColumnFlags.WidthFixed, 40f * ImGuiHelpers.GlobalScale);
ImGui.TableHeadersRow();
ImGui.TableNextRow();