mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
Added mini-look to tabs buttons.
This commit is contained in:
parent
7185d439d8
commit
4f40d89c6f
@ -94,6 +94,9 @@ JWidget tabs_new(void (*select_callback)(JWidget tabs, void *data, int button))
|
||||
tabs->button_left = jbutton_new(NULL);
|
||||
tabs->button_right = jbutton_new(NULL);
|
||||
|
||||
setup_mini_look(tabs->button_left);
|
||||
setup_mini_look(tabs->button_right);
|
||||
|
||||
jbutton_set_bevel(tabs->button_left, 0, 0, 0, 0);
|
||||
jbutton_set_bevel(tabs->button_right, 0, 0, 0, 0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user