Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion @cTab/addons/cTab/shared/cTab_base_gui_classes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1871,7 +1871,6 @@ class cTab_RscMapControl
coefMax = 4;
color[] = {0,0,0,1};
};

class ActiveMarker
{
//icon = "\A3\ui_f\data\map\mapcontrol\custommark_ca.paa";
Expand All @@ -1881,6 +1880,15 @@ class cTab_RscMapControl
coefMax = 1;
color[] = {0,0,0,1};
};
class Name
{
icon = "";
color[] = {0,0,0,0};
size = 0;
importance = 0;
coefMin = 0;
coefMax = 0;
};
};

class RscButtonMenu;
Expand Down
6 changes: 3 additions & 3 deletions @cTab/addons/cTab/tablet/cTab_Tablet_dialog.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,15 @@ class cTab_Tablet_dlg {
class actMSGtxt: actBFTtxt
{
idc = IDC_CTAB_ACTMSGTXT;
text = "\cTab\img\icon_mail_ca.paa" ;
text = "\cTab\img\icon_mail_ca.paa";
y = pxToGroup_Y(cTab_GUI_tablet_SCREEN_CONTENT_Y + cTab_GUI_tablet_DESKTOP_ICON_OFFSET_Y * 4 + cTab_GUI_tablet_DESKTOP_ICON_H * 3);
action = "['cTab_Tablet_dlg',[['mode','MESSAGE']]] call cTab_fnc_setSettings;";
toolTip = "$STR_ctab_core_MessageIconHint";
};
class actINTELtxt: actBFTtxt
{
idc = IDC_CTAB_ACTMSGTXT;
text = "z\ctab\addons\intel\data\feed_ca.paa" ;
text = "z\ctab\addons\intel\data\feed_ca.paa";
y = pxToGroup_Y(cTab_GUI_tablet_SCREEN_CONTENT_Y + cTab_GUI_tablet_DESKTOP_ICON_OFFSET_Y * 5 + cTab_GUI_tablet_DESKTOP_ICON_H * 4);
action = "['cTab_Tablet_dlg',[['mode','INTELFEED']]] call cTab_fnc_setSettings;";
toolTip = "$STR_ctab_intel_IntelFeed";
Expand Down Expand Up @@ -512,4 +512,4 @@ class cTab_Tablet_dlg {
tooltip = "";
};
};
};
};
2 changes: 1 addition & 1 deletion cTabIRL/@cTabIRL/addons/main/script_mod.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
#define VERSION MAJOR.MINOR
#define VERSION_AR MAJOR,MINOR,PATCH,BUILD

#define REQUIRED_VERSION 1.88
#define REQUIRED_VERSION 2.02
Loading