From 992a532e20e460a42c0c1e3687042abddf7c8fbd Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sun, 18 Nov 2007 14:26:08 +0000 Subject: Fix bug [ 1685684 ] Document Properties: Grid number fields round too broadly (bzr r4108) --- src/ui/dialog/document-properties.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ui/dialog/document-properties.cpp') diff --git a/src/ui/dialog/document-properties.cpp b/src/ui/dialog/document-properties.cpp index 88e9f2bf2..7e71a0e3e 100644 --- a/src/ui/dialog/document-properties.cpp +++ b/src/ui/dialog/document-properties.cpp @@ -463,8 +463,7 @@ DocumentProperties::build_gridspage() label_def, 0 }; attach_all(_page_grids.table(), widget_array, G_N_ELEMENTS(widget_array)); - _page_grids.table().attach(_grids_notebook, 0, 3, 4, 5, - Gtk::FILL|Gtk::EXPAND, (Gtk::AttachOptions)0,0,0); + _page_grids.table().attach(_grids_notebook, 0, 3, 4, 5, Gtk::FILL|Gtk::EXPAND, (Gtk::AttachOptions)0,0,0); } -- cgit v1.2.3