Decided not to have a vertical space between radiobuttons.
This commit is contained in:
parent
ad66aa25d5
commit
a12326f586
|
@ -76,8 +76,6 @@ static void radiobuttonsCommitSetParent(uiControl *c, uiControl *parent)
|
||||||
// from http://msdn.microsoft.com/en-us/library/windows/desktop/bb226818%28v=vs.85%29.aspx
|
// from http://msdn.microsoft.com/en-us/library/windows/desktop/bb226818%28v=vs.85%29.aspx
|
||||||
#define radiobuttonXFromLeftOfBoxToLeftOfLabel 12
|
#define radiobuttonXFromLeftOfBoxToLeftOfLabel 12
|
||||||
|
|
||||||
// TODO vertical space between controls
|
|
||||||
|
|
||||||
static void radiobuttonsPreferredSize(uiControl *c, uiSizing *d, intmax_t *width, intmax_t *height)
|
static void radiobuttonsPreferredSize(uiControl *c, uiSizing *d, intmax_t *width, intmax_t *height)
|
||||||
{
|
{
|
||||||
struct radiobuttons *r = (struct radiobuttons *) c;
|
struct radiobuttons *r = (struct radiobuttons *) c;
|
||||||
|
|
Loading…
Reference in New Issue