瀏覽代碼

Weebo: Use system icon

Willy-JL 9 月之前
父節點
當前提交
394afd299f
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 二進制
      weebo/images/DolphinNice_96x59.png
  2. 1 1
      weebo/scenes/weebo_scene_save_success.c

二進制
weebo/images/DolphinNice_96x59.png


+ 1 - 1
weebo/scenes/weebo_scene_save_success.c

@@ -12,7 +12,7 @@ void weebo_scene_save_success_on_enter(void* context) {
 
     // Setup view
     Popup* popup = weebo->popup;
-    popup_set_icon(popup, 32, 5, &I_DolphinNice_96x59);
+    popup_set_icon(popup, 36, 5, &I_DolphinSaved_92x58);
     popup_set_header(popup, "Saved!", 13, 22, AlignLeft, AlignBottom);
     popup_set_timeout(popup, 1500);
     popup_set_context(popup, weebo);