Code

* don't strech buttons on lpe dialog when resizing the dialog
[inkscape.git] / src / ui / dialog / document-properties.h
index cee1533c521b492e4cb9f46c044aacd232df73a9..8f7625a2d0254f54ecb9879d4c5d15d41ed28d54 100644 (file)
@@ -5,7 +5,7 @@
  *   Ralf Stephan <ralf@ark.in-berlin.de>
  *   Bryce W. Harrington <bryce@bryceharrington.org>
  *
- * Copyright (C) 2006 Johan Engelen <johan@shouraizou.nl>
+ * Copyright (C) 2006-2008 Johan Engelen <johan@shouraizou.nl>
  * Copyright (C) 2004, 2005 Authors
  *
  * Released under GNU GPL.  Read the file 'COPYING' for more information.
@@ -64,15 +64,13 @@ protected:
     NotebookPage   _page_snap, _page_snap_dtls;
     Gtk::VBox      _grids_vbox;
 
+    Registry _wr;
     //---------------------------------------------------------------
     RegisteredCheckButton _rcb_canb, _rcb_bord, _rcb_shad;
     RegisteredColorPicker _rcp_bg, _rcp_bord;
     RegisteredUnitMenu    _rum_deflt;
     PageSizer             _page_sizer;
     //---------------------------------------------------------------
-    RegisteredCheckButton _rcbgrid;
-    RegisteredUnitMenu    _rums;
-    //---------------------------------------------------------------
     RegisteredCheckButton _rcb_sgui, _rcbsng;
     RegisteredUnitMenu    _rum_gusn;
     RegisteredColorPicker _rcp_gui, _rcp_hgui;
@@ -97,7 +95,6 @@ protected:
     //---------------------------------------------------------------
 
     gchar const *_prefs_path;
-    Registry _wr;
 
     Gtk::HBox& _createPageTabLabel(const Glib::ustring& label, const char *label_image);