paint: update icons

This commit is contained in:
luboslenco
2026-06-14 10:15:41 +02:00
parent dea6f6f9a5
commit 8e493cc9ab
5 changed files with 7 additions and 7 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 KiB

After

Width:  |  Height:  |  Size: 131 KiB

+1 -1
View File
@@ -444,7 +444,7 @@ typedef enum {
ICON_RESERVED2 = 134,
ICON_RESERVED3 = 135,
ICON_RESERVED4 = 136,
ICON_RESERVED5 = 137,
ICON_WORKSPACE = 137,
ICON_UVSPHERE = 138,
ICON_PLANE = 139,
ICON_TORUS = 140,
+6 -6
View File
@@ -904,9 +904,9 @@ void ui_menubar_render_ui() {
if (ui_menubar_icon_button(ICON_CAMERA)) {
ui_menubar_show_menu(MENUBAR_CATEGORY_CAMERA);
}
// if (ui_menubar_icon_button(ICON_WINDOW)) {
// ui_menubar_show_menu(MENUBAR_CATEGORY_WORKSPACE);
// }
if (ui_menubar_icon_button(ICON_WORKSPACE)) {
ui_menubar_show_menu(MENUBAR_CATEGORY_WORKSPACE);
}
if (ui_menu_show && ui_menubar_category == MENUBAR_CATEGORY_HELP) {
ui_fill(0, -6, size, size - 4, g_theme->HIGHLIGHT_COL);
}
@@ -918,9 +918,9 @@ void ui_menubar_render_ui() {
}
#endif
if (full && ui_menubar_icon_button(ICON_HELP)) {
ui_menubar_show_menu(MENUBAR_CATEGORY_HELP);
}
// if (full && ui_menubar_icon_button(ICON_HELP)) {
// ui_menubar_show_menu(MENUBAR_CATEGORY_HELP);
// }
g_ui->enabled = history_undos > 0;
if (ui_menubar_icon_button(ICON_UNDO)) {