﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1609	GUICtrlCreateGroup() size/position affected by default font size.	Spiff59		"As the small demo script shows, the top coordinate (and therefore also the height) of a group controls graphic is affected by the default font size.
{{{
$GUI_Main = GuiCreate("""", 480, 280)
GUISetState(@SW_SHOW, $GUI_Main)

$len = 360
Display_Group()
Sleep(1000)
GUISetFont(14)
$len = 320
Display_Group()
Sleep(1000)
GUISetFont(6)
$len = 280
Display_Group()

While 1
    $msg = GUIGetMsg()
    If $msg = -3 Then   ExitLoop
Wend
Exit

}}}"	Bug	closed		AutoIt	3.3.6.0	None	No Bug		
