@@ -521,13 +521,25 @@ function MangAdmin:CreateMainSection()
521521 parent = ma_midframe ,
522522 setpoint = {
523523 pos = " TOPLEFT" ,
524- offX = 180 ,
525- offY = - 10
524+ offX = 10 ,
525+ offY = - 210
526526 },
527527 text = Locale [" ma_instakill" ],
528528 inherits = " OptionsCheckButtonTemplate"
529529 })
530530
531+ FrameLib :BuildFontString ({
532+ name = " ma_gm4warningtext" ,
533+ group = " main" ,
534+ parent = ma_midframe ,
535+ text = Locale [" ma_gm4warning" ],
536+ setpoint = {
537+ pos = " TOPLEFT" ,
538+ offX = 10 ,
539+ offY = - 235
540+ }
541+ })
542+
531543 FrameLib :BuildFrame ({
532544 type = " Slider" ,
533545 name = " ma_speedslider" ,
@@ -733,7 +745,7 @@ function MangAdmin:CreateMainSection()
733745 },
734746 setpoint = {
735747 pos = " TOPLEFT" ,
736- offX = 400 ,
748+ offX = 420 ,
737749 offY = - 163
738750 },
739751 inherits = " InputBoxTemplate"
@@ -1145,7 +1157,7 @@ function MangAdmin:CreateMainSection()
11451157 parent = ma_midframe ,
11461158 texture = {
11471159 name = " ma_acctcreatebutton_texture" ,
1148- color = {color . btn . r , color . btn . g , color . btn . b , transparency .btn }
1160+ color = {0.5 , 0 , 0 , transparency .btn }
11491161 },
11501162 size = {
11511163 width = 80 ,
@@ -1165,7 +1177,7 @@ function MangAdmin:CreateMainSection()
11651177 parent = ma_midframe ,
11661178 texture = {
11671179 name = " ma_acctdeletebutton_texture" ,
1168- color = {color . btn . r , color . btn . g , color . btn . b , transparency .btn }
1180+ color = {0.5 , 0 , 0 , transparency .btn }
11691181 },
11701182 size = {
11711183 width = 80 ,
@@ -1205,7 +1217,7 @@ function MangAdmin:CreateMainSection()
12051217 parent = ma_midframe ,
12061218 texture = {
12071219 name = " ma_acctgmlvlbutton_texture" ,
1208- color = {color . btn . r , color . btn . g , color . btn . b , transparency .btn }
1220+ color = {0.5 , 0 , 0 , transparency .btn }
12091221 },
12101222 size = {
12111223 width = 80 ,
@@ -1225,7 +1237,7 @@ function MangAdmin:CreateMainSection()
12251237 parent = ma_midframe ,
12261238 texture = {
12271239 name = " ma_acctpasswdbutton_texture" ,
1228- color = {color . btn . r , color . btn . g , color . btn . b , transparency .btn }
1240+ color = {0.5 , 0 , 0 , transparency .btn }
12291241 },
12301242 size = {
12311243 width = 80 ,
0 commit comments