UI: Increase Color Picker Size #111153

Merged
Harley Acheson merged 3 commits from Harley/blender:ColorPickerSize into main 2023-08-16 22:59:21 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit aac2897c72 - Show all commits

View File

@ -343,7 +343,7 @@ static void ui_colorpicker_create_mode_cb(bContext * /*C*/, void *bt1, void * /*
ui_colorpicker_hide_reveal(bt->block, (ePickerType)colormode);
}
#define PICKER_TOTAL_W (225.0f * UI_SCALE_FAC)
#define PICKER_TOTAL_W (200.0f * UI_SCALE_FAC)
#define PICKER_BAR ((10.0f * UI_SCALE_FAC) + (6 * U.pixelsize))
#define PICKER_SPACE (8.0f * UI_SCALE_FAC)
#define PICKER_W (PICKER_TOTAL_W - PICKER_BAR - PICKER_SPACE)