mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Changes the buttons to be a checkbox button, which is easier to identity as being activated or not compared to the stock togglebutton.
This commit is contained in:
parent
a36192ffd8
commit
9c3687b839
2 changed files with 12 additions and 12 deletions
|
|
@ -83,7 +83,7 @@
|
||||||
canSave = "1";
|
canSave = "1";
|
||||||
canSaveDynamicFields = "0";
|
canSaveDynamicFields = "0";
|
||||||
};
|
};
|
||||||
new GuiToggleButtonCtrl(ConsoleDlgErrorFilterBtn) {
|
new GuiCheckBoxCtrl(ConsoleDlgErrorFilterBtn) {
|
||||||
text = "Errors";
|
text = "Errors";
|
||||||
groupNum = "-1";
|
groupNum = "-1";
|
||||||
buttonType = "ToggleButton";
|
buttonType = "ToggleButton";
|
||||||
|
|
@ -93,7 +93,7 @@
|
||||||
minExtent = "8 2";
|
minExtent = "8 2";
|
||||||
horizSizing = "right";
|
horizSizing = "right";
|
||||||
vertSizing = "bottom";
|
vertSizing = "bottom";
|
||||||
profile = "GuiButtonProfile";
|
profile = "GuiCheckBoxProfile";
|
||||||
visible = "1";
|
visible = "1";
|
||||||
active = "1";
|
active = "1";
|
||||||
tooltipProfile = "GuiToolTipProfile";
|
tooltipProfile = "GuiToolTipProfile";
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
canSave = "1";
|
canSave = "1";
|
||||||
canSaveDynamicFields = "0";
|
canSaveDynamicFields = "0";
|
||||||
};
|
};
|
||||||
new GuiToggleButtonCtrl(ConsoleDlgWarnFilterBtn) {
|
new GuiCheckBoxCtrl(ConsoleDlgWarnFilterBtn) {
|
||||||
text = "Warnings";
|
text = "Warnings";
|
||||||
groupNum = "-1";
|
groupNum = "-1";
|
||||||
buttonType = "ToggleButton";
|
buttonType = "ToggleButton";
|
||||||
|
|
@ -112,7 +112,7 @@
|
||||||
minExtent = "8 2";
|
minExtent = "8 2";
|
||||||
horizSizing = "right";
|
horizSizing = "right";
|
||||||
vertSizing = "bottom";
|
vertSizing = "bottom";
|
||||||
profile = "GuiButtonProfile";
|
profile = "GuiCheckBoxProfile";
|
||||||
visible = "1";
|
visible = "1";
|
||||||
active = "1";
|
active = "1";
|
||||||
tooltipProfile = "GuiToolTipProfile";
|
tooltipProfile = "GuiToolTipProfile";
|
||||||
|
|
@ -121,7 +121,7 @@
|
||||||
canSave = "1";
|
canSave = "1";
|
||||||
canSaveDynamicFields = "0";
|
canSaveDynamicFields = "0";
|
||||||
};
|
};
|
||||||
new GuiToggleButtonCtrl(ConsoleDlgNormalFilterBtn) {
|
new GuiCheckBoxCtrl(ConsoleDlgNormalFilterBtn) {
|
||||||
text = "Normal Messages";
|
text = "Normal Messages";
|
||||||
groupNum = "-1";
|
groupNum = "-1";
|
||||||
buttonType = "ToggleButton";
|
buttonType = "ToggleButton";
|
||||||
|
|
@ -131,7 +131,7 @@
|
||||||
minExtent = "8 2";
|
minExtent = "8 2";
|
||||||
horizSizing = "right";
|
horizSizing = "right";
|
||||||
vertSizing = "bottom";
|
vertSizing = "bottom";
|
||||||
profile = "GuiButtonProfile";
|
profile = "GuiCheckBoxProfile";
|
||||||
visible = "1";
|
visible = "1";
|
||||||
active = "1";
|
active = "1";
|
||||||
tooltipProfile = "GuiToolTipProfile";
|
tooltipProfile = "GuiToolTipProfile";
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,7 @@
|
||||||
canSave = "1";
|
canSave = "1";
|
||||||
canSaveDynamicFields = "0";
|
canSaveDynamicFields = "0";
|
||||||
};
|
};
|
||||||
new GuiToggleButtonCtrl(ConsoleDlgErrorFilterBtn) {
|
new GuiCheckBoxCtrl(ConsoleDlgErrorFilterBtn) {
|
||||||
text = "Errors";
|
text = "Errors";
|
||||||
groupNum = "-1";
|
groupNum = "-1";
|
||||||
buttonType = "ToggleButton";
|
buttonType = "ToggleButton";
|
||||||
|
|
@ -93,7 +93,7 @@
|
||||||
minExtent = "8 2";
|
minExtent = "8 2";
|
||||||
horizSizing = "right";
|
horizSizing = "right";
|
||||||
vertSizing = "bottom";
|
vertSizing = "bottom";
|
||||||
profile = "GuiButtonProfile";
|
profile = "GuiCheckBoxProfile";
|
||||||
visible = "1";
|
visible = "1";
|
||||||
active = "1";
|
active = "1";
|
||||||
tooltipProfile = "GuiToolTipProfile";
|
tooltipProfile = "GuiToolTipProfile";
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
canSave = "1";
|
canSave = "1";
|
||||||
canSaveDynamicFields = "0";
|
canSaveDynamicFields = "0";
|
||||||
};
|
};
|
||||||
new GuiToggleButtonCtrl(ConsoleDlgWarnFilterBtn) {
|
new GuiCheckBoxCtrl(ConsoleDlgWarnFilterBtn) {
|
||||||
text = "Warnings";
|
text = "Warnings";
|
||||||
groupNum = "-1";
|
groupNum = "-1";
|
||||||
buttonType = "ToggleButton";
|
buttonType = "ToggleButton";
|
||||||
|
|
@ -112,7 +112,7 @@
|
||||||
minExtent = "8 2";
|
minExtent = "8 2";
|
||||||
horizSizing = "right";
|
horizSizing = "right";
|
||||||
vertSizing = "bottom";
|
vertSizing = "bottom";
|
||||||
profile = "GuiButtonProfile";
|
profile = "GuiCheckBoxProfile";
|
||||||
visible = "1";
|
visible = "1";
|
||||||
active = "1";
|
active = "1";
|
||||||
tooltipProfile = "GuiToolTipProfile";
|
tooltipProfile = "GuiToolTipProfile";
|
||||||
|
|
@ -121,7 +121,7 @@
|
||||||
canSave = "1";
|
canSave = "1";
|
||||||
canSaveDynamicFields = "0";
|
canSaveDynamicFields = "0";
|
||||||
};
|
};
|
||||||
new GuiToggleButtonCtrl(ConsoleDlgNormalFilterBtn) {
|
new GuiCheckBoxCtrl(ConsoleDlgNormalFilterBtn) {
|
||||||
text = "Normal Messages";
|
text = "Normal Messages";
|
||||||
groupNum = "-1";
|
groupNum = "-1";
|
||||||
buttonType = "ToggleButton";
|
buttonType = "ToggleButton";
|
||||||
|
|
@ -131,7 +131,7 @@
|
||||||
minExtent = "8 2";
|
minExtent = "8 2";
|
||||||
horizSizing = "right";
|
horizSizing = "right";
|
||||||
vertSizing = "bottom";
|
vertSizing = "bottom";
|
||||||
profile = "GuiButtonProfile";
|
profile = "GuiCheckBoxProfile";
|
||||||
visible = "1";
|
visible = "1";
|
||||||
active = "1";
|
active = "1";
|
||||||
tooltipProfile = "GuiToolTipProfile";
|
tooltipProfile = "GuiToolTipProfile";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue