diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-12-04 22:39:23 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-12-04 22:42:55 +0000 |
| commit | 1b80d4b8a0e53377124137f8e3e41001615c5ba6 (patch) | |
| tree | 9846e3f3f86623ef5fd89db4eca6fd56bcd56da4 /share | |
| parent | CairoRenderer: print warning if rendering failed (diff) | |
| parent | Change labels a bit for consistency with other UI strings (diff) | |
| download | inkscape-1b80d4b8a0e53377124137f8e3e41001615c5ba6.tar.gz inkscape-1b80d4b8a0e53377124137f8e3e41001615c5ba6.zip | |
Add controls for rx/ry to arc toolbar
Work by Geoff Lankow (!72)
Also includes some fixes I found during review.
Diffstat (limited to 'share')
| -rw-r--r-- | share/ui/select-toolbar.ui | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/ui/select-toolbar.ui b/share/ui/select-toolbar.ui index d3f35393c..1a4750f66 100644 --- a/share/ui/select-toolbar.ui +++ b/share/ui/select-toolbar.ui @@ -249,6 +249,10 @@ <toolbar name='ArcToolbar'> <toolitem action='ArcStateAction' /> <separator /> + <toolitem action='ArcRadiusXAction' /> + <toolitem action='ArcRadiusYAction' /> + <toolitem action='ArcUnitsAction' /> + <separator /> <toolitem action='ArcStartAction' /> <toolitem action='ArcEndAction' /> <separator /> |
