summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5480167)
raw | patch | inline | side by side (parent: 5480167)
author | tweenk <tweenk@users.sourceforge.net> | |
Fri, 3 Apr 2009 02:26:07 +0000 (02:26 +0000) | ||
committer | tweenk <tweenk@users.sourceforge.net> | |
Fri, 3 Apr 2009 02:26:07 +0000 (02:26 +0000) |
src/ui/dialog/align-and-distribute.cpp | patch | blob | history |
index 09fe89cff22b209d7b94c66d7551c38adc7710f5..6d2ed20da8db89ac7ba2f667ce28c03d2c373450 100644 (file)
//Node Mode buttons
addNodeButton(INKSCAPE_ICON_ALIGN_HORIZONTAL_NODES,
_("Align selected nodes horizontally"),
- 0, Geom::X, false);
+ 0, Geom::Y, false);
addNodeButton(INKSCAPE_ICON_ALIGN_VERTICAL_NODES,
_("Align selected nodes vertically"),
- 1, Geom::Y, false);
+ 1, Geom::X, false);
addNodeButton(INKSCAPE_ICON_DISTRIBUTE_HORIZONTAL_NODE,
_("Distribute selected nodes horizontally"),
2, Geom::X, true);