Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/screen/screen_ops.c
| Context not available. | |||||
| static int userpref_show_invoke(bContext *C, wmOperator *op, const wmEvent *event) | static int userpref_show_invoke(bContext *C, wmOperator *op, const wmEvent *event) | ||||
| { | { | ||||
| int sizex = (500 + UI_NAVIGATION_REGION_WIDTH) * UI_DPI_FAC; | int sizex = (580 + UI_NAVIGATION_REGION_WIDTH) * UI_DPI_FAC; | ||||
| int sizey = 520 * UI_DPI_FAC; | int sizey = 520 * UI_DPI_FAC; | ||||
| /* changes context! */ | /* changes context! */ | ||||
| Context not available. | |||||