UI: adjust preferences save/revert button layout
Also add description for factory preferences.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user