From 25516165e852af71671d740a8d9ed003ca7846ae Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Tue, 15 Feb 2005 02:07:29 +0000 Subject: [PATCH] 2005-02-14 Jim Evins * data/templates/avery-us-templates.xml: Updated templates to use inches instead of points. * src/print-dialog.c: (printer_page_new): Changed packing style when adding printer selector widget. This fixes debian Bug#295274. git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@504 f5e0f49d-192f-0410-a22d-a8d8700d0965 --- glabels2/ChangeLog | 8 + .../data/templates/avery-us-templates.xml | 214 +++++++++++------- glabels2/src/print-dialog.c | 2 +- 3 files changed, 145 insertions(+), 79 deletions(-) diff --git a/glabels2/ChangeLog b/glabels2/ChangeLog index 47bcaf39..20013c6a 100644 --- a/glabels2/ChangeLog +++ b/glabels2/ChangeLog @@ -1,3 +1,11 @@ +2005-02-14 Jim Evins + + * data/templates/avery-us-templates.xml: + Updated templates to use inches instead of points. + * src/print-dialog.c: (printer_page_new): + Changed packing style when adding printer selector widget. This fixes + debian Bug#295274. + 2005-02-13 Jim Evins * AUTHORS: diff --git a/glabels2/data/templates/avery-us-templates.xml b/glabels2/data/templates/avery-us-templates.xml index b83e1bee..4bbe4ee0 100644 --- a/glabels2/data/templates/avery-us-templates.xml +++ b/glabels2/data/templates/avery-us-templates.xml @@ -3,16 +3,20 @@ + + + + - + - + - + - + - + + + + + + - + - + + + + + + - + - + - + - + - + - + - + - + - + - + @@ -367,11 +425,11 @@ - + - + - + - + diff --git a/glabels2/src/print-dialog.c b/glabels2/src/print-dialog.c index 7fd5307f..62fbf0d0 100644 --- a/glabels2/src/print-dialog.c +++ b/glabels2/src/print-dialog.c @@ -378,7 +378,7 @@ printer_page_new (glPrintDialog *dialog, dialog->priv->printer_select = gnome_printer_selector_new (gnome_print_config_default ()); gtk_widget_show (dialog->priv->printer_select); - gl_hig_vbox_add_widget (GL_HIG_VBOX(vbox), dialog->priv->printer_select); + gtk_box_pack_start (GTK_BOX(vbox), dialog->priv->printer_select, TRUE, TRUE, 0); return vbox; } -- 2.39.5