add combine bars option

This commit is contained in:
[VB]AWOL
2014-02-19 15:42:49 -06:00
parent 684ef74c8e
commit 1d113ab7af

View File

@@ -204,6 +204,16 @@ class TraderDialog
h = 0.055016 * safezoneH;
onButtonClick = "[(lbCurSel 12001)] call TraderDialogSell; ((ctrlParent (_this select 0)) closeDisplay 9000);";
};
class RscShortcutButtonTraderDialog_1703: RscShortcutButtonTraderDialog
{
idc = 12007;
text = "Combine Bars";
x = 0.445911 * safezoneW + safezoneX;
y = 0.720064 * safezoneH + safezoneY;
w = 0.0743718 * safezoneW;
h = 0.055016 * safezoneH;
onButtonClick = "[[],0] call epoch_returnChange; ((ctrlParent (_this select 0)) closeDisplay 9000);";
};
class RscTextTraderDialog_1003: RscTextTraderDialog
{
idc = -1;