[Gtk-sharp-list] Layout of Gtk# Labels, Entry fields, and other widgets

Dan Winship danw@novell.com
Sun, 12 Dec 2004 11:39:34 -0500


On Sat, 2004-12-11 at 03:24 -0500, Daniel Morgan wrote:
> 			label.Xalign = 0.9f;

Why are you using 0.9? That makes the labels not all line up correctly,
as seen in the screenshot.

You should also set the Frame's BorderWidth to something, so that the
"Connection String" label doesn't go all the way to the edge of the
frame.

-- Dan