Don't grow additional columns.
2006-06-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintunixdialog.c (add_option_to_table): Don't grow additional columns.
This commit is contained in:
committed by
Matthias Clasen
parent
956bcb4393
commit
b69212f681
@ -783,7 +783,7 @@ add_option_to_table (GtkPrinterOption *option,
|
||||
gtk_widget_show (widget);
|
||||
|
||||
row = table->nrows;
|
||||
gtk_table_resize (table, table->nrows + 1, table->ncols + 1);
|
||||
gtk_table_resize (table, table->nrows + 1, 2);
|
||||
|
||||
if (gtk_printer_option_widget_has_external_label (GTK_PRINTER_OPTION_WIDGET (widget)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user