Alignment bug in label




If you open the font selection dialog in testgtk (latest CVS) the
'Reset Filter' button is not aligned properly.

This is the code to create it:

  fontsel->filter_button = gtk_button_new_with_label(_("Reset Filter"));
  gtk_misc_set_padding (GTK_MISC (GTK_BIN (fontsel->filter_button)->child),
			16, 0);

It should be centered, shouldn't it?

Damon




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]