fix small type
This commit is contained in:
		| @@ -74,15 +74,15 @@ class PluginMenu implements ConfiguratorMenu { | |||||||
| 			$settingFrame->setY($y); | 			$settingFrame->setY($y); | ||||||
|  |  | ||||||
| 			//TODO: Red or Green quad to see if the plugin is aktiv (not working yet) | 			//TODO: Red or Green quad to see if the plugin is aktiv (not working yet) | ||||||
| 			$aktivQuad = new Quad(); | 			$activeQuad = new Quad(); | ||||||
| 			$settingFrame->add($aktivQuad); | 			$settingFrame->add($active); | ||||||
| 			if($aktiv) | 			if($active) | ||||||
| 				$aktivQuad->setStyles("Icons64x64_1", "LvlGreen"); | 				$activeQuad->setStyles("Icons64x64_1", "LvlGreen"); | ||||||
| 			else | 			else | ||||||
| 				$aktivQuad->setStyles("Icons64x64_1", "LvlRed"); | 				$activeQuad->setStyles("Icons64x64_1", "LvlRed"); | ||||||
| 			$aktivQuad->setHeight(5); | 			$activeQuad->setHeight(5); | ||||||
| 			$aktivQuad->setWidth(5); | 			$activeQuad->setWidth(5); | ||||||
| 			$aktivQuad->setX($width * -0.455); | 			$activeQuad->setX($width * -0.455); | ||||||
| 			//TODO handle z position automatically in fml pls | 			//TODO handle z position automatically in fml pls | ||||||
|  |  | ||||||
| 			$nameLabel = new Label(); | 			$nameLabel = new Label(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user