﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2916	GUISetCoord() and GUICtrlCreatePic()	Synix <cross.fire@…>	Jon	"The width and height parameter of {{{GUISetCoord()}}} don't affect {{{GUICtrlCreatePic()}}}.
See:
{{{
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>

Opt(""GUICoordMode"", 2)
GUICreate("""")
GUISetCoord(25, 25, 75, 75)
GUICtrlCreateEdit("""", -1, -1)
GUICtrlCreateLabel("""", 10, -1, -1, -1, $SS_SUNKEN)
GUICtrlCreatePic("""", 10, -1, -1, -1, $SS_SUNKEN)
GUISetState()

Do
Until GUIGetMsg() = $GUI_EVENT_CLOSE
}}}
All controls should have the same size."	Bug	closed	3.3.15.0	AutoIt	3.3.12.0	None	Fixed		
