UI: Move Transform tool to be after Move, Rotate, Scale in the toolbar

This commit is contained in:
William Reynish 2019-05-23 18:12:14 +02:00
parent ec664636e7
commit d8746bf45e
1 changed files with 1 additions and 1 deletions

View File

@ -1709,13 +1709,13 @@ class VIEW3D_PT_tools_active(ToolSelectPanelHelper, Panel):
# for reuse
_tools_transform = (
_defs_transform.transform,
_defs_transform.translate,
_defs_transform.rotate,
(
_defs_transform.scale,
_defs_transform.scale_cage,
),
_defs_transform.transform,
)
_tools_select = (