Alignment bug in label
- From: Damon Chaplin <damon karuna freeserve co uk>
- To: Gtk Developers List <gtk-devel-list redhat com>
- Subject: Alignment bug in label
- Date: Sun, 10 Jan 1999 14:33:15 +0000
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]