@@ -173,7 +173,7 @@ local TreeTabClass = newClass("TreeTab", "ControlHost", function(self, build)
173173 }
174174 t_insert (self .treeVersions , value )
175175 end
176- self .controls .versionText = new (" LabelControl" , { " LEFT" , self .controls .reset , " RIGHT" }, { 8 , 0 , 0 , 16 }, " Version :" )
176+ self .controls .versionText = new (" LabelControl" , { " LEFT" , self .controls .reset , " RIGHT" }, { 8 , 0 , 0 , 16 }, " ^7Version :" )
177177 self .controls .versionSelect = new (" DropDownControl" , { " LEFT" , self .controls .versionText , " RIGHT" }, { 8 , 0 , 100 , 20 }, self .treeVersions , function (index , selected )
178178 if selected .value ~= self .build .spec .treeVersion then
179179 self :OpenVersionConvertPopup (selected .value , true )
@@ -1019,7 +1019,7 @@ function TreeTabClass:OpenMasteryPopup(node, viewPort)
10191019 main :ClosePopup ()
10201020 end )
10211021 controls .effect = new (" PassiveMasteryControl" , {" TOPLEFT" ,nil ," TOPLEFT" }, {6 , 25 , 0 , passiveMasteryControlHeight }, effects , self , node , controls .save )
1022- main :OpenPopup (controls .effect .width + 12 , controls .effect .height + 60 , node .name , controls )
1022+ main :OpenPopup (controls .effect .width + 12 , controls .effect .height + 60 , node .name , controls , nil , nil , " close " )
10231023 end
10241024end
10251025
0 commit comments