diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-05-22 00:49:33 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2016-05-22 00:49:33 +0000 |
| commit | 9de5efeeb21ebf7af3bff18ef5108ebaafe98fbc (patch) | |
| tree | eefdae1f2b1102dad6797c0603985bbce36c489a | |
| parent | Remove duplicated code (diff) | |
| download | inkscape-9de5efeeb21ebf7af3bff18ef5108ebaafe98fbc.tar.gz inkscape-9de5efeeb21ebf7af3bff18ef5108ebaafe98fbc.zip | |
Reorder eraser toolbox widgets
(bzr r14909)
| -rw-r--r-- | src/widgets/toolbox.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index f7b5e585f..8113c9619 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -499,9 +499,10 @@ static gchar const * ui_descr = " <toolitem action='EraserModeAction' />" " <separator />" " <toolitem action='EraserWidthAction' />" - " <toolitem action='EraserBreakAppart' />" " <separator />" " <toolitem action='EraserMassAction' />" + " <separator />" + " <toolitem action='EraserBreakAppart' />" " </toolbar>" " <toolbar name='TextToolbar'>" |
