summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 070093a)
raw | patch | inline | side by side (parent: 070093a)
author | dvlierop2 <dvlierop2@users.sourceforge.net> | |
Mon, 9 Apr 2007 15:15:36 +0000 (15:15 +0000) | ||
committer | dvlierop2 <dvlierop2@users.sourceforge.net> | |
Mon, 9 Apr 2007 15:15:36 +0000 (15:15 +0000) |
src/ui/dialog/inkscape-preferences.cpp | patch | blob | history | |
src/ui/dialog/inkscape-preferences.h | patch | blob | history |
index dea091f20a6230f271cc417b31206c255cf4f196..3a3c4f14fd535b9d4025ae9ffe450b75eb0a6c7d 100644 (file)
_t_sel_cue_box.init ( _("Box"), "options.selcue", "value", Inkscape::SelCue::BBOX, false, &_t_sel_cue_none);
_page_selector.add_line( true, "", _t_sel_cue_box, "",
_("Each selected object displays its bounding box"));
- _page_selector.add_group_header( _("Default scale origin:"));
- _t_sel_org_edge.init ( _("Opposite bounding box edge"), "tools.select", "scale_origin", "bbox", true, 0);
- _page_selector.add_line( true, "", _t_sel_org_edge, "",
- _("Default scale origin will be on the bounding box of the item"));
- _t_sel_org_node.init ( _("Farthest opposite node"), "tools.select", "scale_origin", "points", false, &_t_sel_org_edge);
- _page_selector.add_line( true, "", _t_sel_org_node, "",
- _("Default scale origin will be on the bounding box of the item's points"));
+
//Node
this->AddPage(_page_node, _("Node"), iter_tools, PREFS_PAGE_TOOLS_NODE);
AddSelcueCheckbox(_page_node, "tools.nodes", true);
index 813929d2d7d868db2a330af1b638e2b5c5245c68..eacf0a079c18ee455827cf3222e934cef4711a3b 100644 (file)
PrefSpinButton _steps_arrow, _steps_scale, _steps_inset, _steps_zoom;
PrefRadioButton _t_sel_trans_obj, _t_sel_trans_outl, _t_sel_cue_none, _t_sel_cue_mark,
- _t_sel_cue_box, _t_sel_org_edge, _t_sel_org_node;
+ _t_sel_cue_box;
PrefSpinButton _t_pencil_tolerance;