Skip to content

Commit

Permalink
Merge pull request #402 from CBATeam/cleanupVersionUI
Browse files Browse the repository at this point in the history
Cleanup Version UI for 1.62
  • Loading branch information
Killswitch00 committed Jul 3, 2016
2 parents 6181144 + a70dbca commit 4b7655c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions addons/help/CfgRscStd.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

class RscButton;
class RscText;

class CBA_Credits_Ver_Btn: RscButton {
idc = -1; //template
colorText[] = {1,1,1,0};
Expand Down Expand Up @@ -29,7 +31,7 @@ class CBA_Credits_Cont: RscStructuredText {
class Attributes {
font = "RobotoCondensed";
align = "center";
valign = "center";
valign = "middle";
color = "#bdcc9c";
size = 0.8;
};
Expand All @@ -38,10 +40,12 @@ class CBA_Credits_Cont: RscStructuredText {
class RscStandardDisplay;
class RscDisplayMain: RscStandardDisplay {
class controls {
class VersionNumber;
class CBA_Credits_Ver: VersionNumber {
class CBA_Credits_Ver: RscText {
idc = CBA_CREDITS_VER_IDC;
y = -1;
style = 0;
shadow = 0;
sizeEx = "0.8 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)";
};

class CBA_Credits_Ver_Btn: CBA_Credits_Ver_Btn {
Expand Down

0 comments on commit 4b7655c

Please sign in to comment.