* Use all area provided in the window

This commit is contained in:
urnenfeld 2010-05-19 22:06:25 +00:00
parent cc898075d2
commit c67f1936c0

View File

@ -61,11 +61,11 @@ PreferencesBehavior::PreferencesBehavior()
.Add(fActivateChatWindow)
.Add(fMarkUnreadWindow)
.Add(fPlaySoundOnMessageReceived)
.SetInsets(spacing * 2, spacing, spacing * 5, spacing)
.SetInsets(spacing * 2, spacing, spacing, spacing)
.End()
.Add(fHideEmoticons)
.AddGlue()
.SetInsets(spacing, spacing, spacing, spacing)
.End()
);
}