diff --git a/Templates/BaseGame/game/core/console/console.gui b/Templates/BaseGame/game/core/console/console.gui index 1286ed85c..c2f21eba9 100644 --- a/Templates/BaseGame/game/core/console/console.gui +++ b/Templates/BaseGame/game/core/console/console.gui @@ -83,7 +83,7 @@ canSave = "1"; canSaveDynamicFields = "0"; }; - new GuiToggleButtonCtrl(ConsoleDlgErrorFilterBtn) { + new GuiCheckBoxCtrl(ConsoleDlgErrorFilterBtn) { text = "Errors"; groupNum = "-1"; buttonType = "ToggleButton"; @@ -93,7 +93,7 @@ minExtent = "8 2"; horizSizing = "right"; vertSizing = "bottom"; - profile = "GuiButtonProfile"; + profile = "GuiCheckBoxProfile"; visible = "1"; active = "1"; tooltipProfile = "GuiToolTipProfile"; @@ -102,7 +102,7 @@ canSave = "1"; canSaveDynamicFields = "0"; }; - new GuiToggleButtonCtrl(ConsoleDlgWarnFilterBtn) { + new GuiCheckBoxCtrl(ConsoleDlgWarnFilterBtn) { text = "Warnings"; groupNum = "-1"; buttonType = "ToggleButton"; @@ -112,7 +112,7 @@ minExtent = "8 2"; horizSizing = "right"; vertSizing = "bottom"; - profile = "GuiButtonProfile"; + profile = "GuiCheckBoxProfile"; visible = "1"; active = "1"; tooltipProfile = "GuiToolTipProfile"; @@ -121,7 +121,7 @@ canSave = "1"; canSaveDynamicFields = "0"; }; - new GuiToggleButtonCtrl(ConsoleDlgNormalFilterBtn) { + new GuiCheckBoxCtrl(ConsoleDlgNormalFilterBtn) { text = "Normal Messages"; groupNum = "-1"; buttonType = "ToggleButton"; @@ -131,7 +131,7 @@ minExtent = "8 2"; horizSizing = "right"; vertSizing = "bottom"; - profile = "GuiButtonProfile"; + profile = "GuiCheckBoxProfile"; visible = "1"; active = "1"; tooltipProfile = "GuiToolTipProfile"; diff --git a/Templates/Full/game/core/art/gui/console.gui b/Templates/Full/game/core/art/gui/console.gui index c1627fafb..16300e4ac 100644 --- a/Templates/Full/game/core/art/gui/console.gui +++ b/Templates/Full/game/core/art/gui/console.gui @@ -83,7 +83,7 @@ canSave = "1"; canSaveDynamicFields = "0"; }; - new GuiToggleButtonCtrl(ConsoleDlgErrorFilterBtn) { + new GuiCheckBoxCtrl(ConsoleDlgErrorFilterBtn) { text = "Errors"; groupNum = "-1"; buttonType = "ToggleButton"; @@ -93,7 +93,7 @@ minExtent = "8 2"; horizSizing = "right"; vertSizing = "bottom"; - profile = "GuiButtonProfile"; + profile = "GuiCheckBoxProfile"; visible = "1"; active = "1"; tooltipProfile = "GuiToolTipProfile"; @@ -102,7 +102,7 @@ canSave = "1"; canSaveDynamicFields = "0"; }; - new GuiToggleButtonCtrl(ConsoleDlgWarnFilterBtn) { + new GuiCheckBoxCtrl(ConsoleDlgWarnFilterBtn) { text = "Warnings"; groupNum = "-1"; buttonType = "ToggleButton"; @@ -112,7 +112,7 @@ minExtent = "8 2"; horizSizing = "right"; vertSizing = "bottom"; - profile = "GuiButtonProfile"; + profile = "GuiCheckBoxProfile"; visible = "1"; active = "1"; tooltipProfile = "GuiToolTipProfile"; @@ -121,7 +121,7 @@ canSave = "1"; canSaveDynamicFields = "0"; }; - new GuiToggleButtonCtrl(ConsoleDlgNormalFilterBtn) { + new GuiCheckBoxCtrl(ConsoleDlgNormalFilterBtn) { text = "Normal Messages"; groupNum = "-1"; buttonType = "ToggleButton"; @@ -131,7 +131,7 @@ minExtent = "8 2"; horizSizing = "right"; vertSizing = "bottom"; - profile = "GuiButtonProfile"; + profile = "GuiCheckBoxProfile"; visible = "1"; active = "1"; tooltipProfile = "GuiToolTipProfile";