﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2969	label size	anonymous		"
{{{
GUICreate(""test"")
GUICtrlCreateLabel(""test"", 10, 10)
GUICtrlSetBkColor(-1, 0xFFFF00)
GUISetState()
While Sleep(50)
WEnd
}}}

The above code creates label but with the width and height bigger then the text. I would like that it would create label with the size of the text because I would like to exactly know where the first label ends so I could precisely put another label next to the previous label. My system is Windows 7.
"	Feature Request	closed		AutoIt		None	Rejected	label,size	
