Several visual improvements.
Added proper label sizing Improved text editor status bar Fixed some issues with ItemList and also some style fixes Added background to color picker samples (the mrcdk fix) Fixed slider ticks. Added VS breakpoint and error styleboxes.
This commit is contained in:
parent
4f39ce32b9
commit
15986ea343
40 changed files with 190 additions and 1151 deletions
|
|
@ -774,6 +774,9 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
|
|||
theme->set_icon("add_preset", "ColorPicker", make_icon(icon_add_png));
|
||||
theme->set_icon("color_hue", "ColorPicker", make_icon(color_picker_hue_png));
|
||||
theme->set_icon("color_sample", "ColorPicker", make_icon(color_picker_sample_png));
|
||||
theme->set_icon("preset_bg", "ColorPicker", make_icon(mini_checkerboard_png));
|
||||
|
||||
theme->set_icon("bg", "ColorPickerButton", make_icon(mini_checkerboard_png));
|
||||
|
||||
// TooltipPanel
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue