diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-11-18 14:26:08 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-11-18 14:26:08 +0000 |
| commit | 992a532e20e460a42c0c1e3687042abddf7c8fbd (patch) | |
| tree | fe5384c926294e638e526412c6a1ea49efdbf6cb /src/ui/dialog/document-properties.cpp | |
| parent | Make LPE Path along path behave more naturally. (fixes problems in moving a p... (diff) | |
| download | inkscape-992a532e20e460a42c0c1e3687042abddf7c8fbd.tar.gz inkscape-992a532e20e460a42c0c1e3687042abddf7c8fbd.zip | |
Fix bug [ 1685684 ] Document Properties: Grid number fields round too broadly
(bzr r4108)
Diffstat (limited to 'src/ui/dialog/document-properties.cpp')
| -rw-r--r-- | src/ui/dialog/document-properties.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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); } |
