UI: adjust preferences save/revert button layout

Also add description for factory preferences.
This commit is contained in:
Campbell Barton
2019-05-15 08:55:36 +10:00
parent 7f8f362e01
commit c29ed65f03
2 changed files with 7 additions and 9 deletions

View File

@@ -1820,6 +1820,7 @@ void WM_OT_read_factory_userpref(wmOperatorType *ot)
{
ot->name = "Load Factory Preferences";
ot->idname = "WM_OT_read_factory_userpref";
ot->description = "Load default preferences";
ot->invoke = WM_operator_confirm;
ot->exec = wm_userpref_read_exec;