Explorar o código

Resize key menu icons so that they are centered

twisted_pear %!s(int64=2) %!d(string=hai) anos
pai
achega
f8ccb1a84c
Modificáronse 10 ficheiros con 5 adicións e 5 borrados
  1. BIN=BIN
      assets/Nfc_10px.png
  2. BIN=BIN
      assets/Nfc_14px.png
  3. BIN=BIN
      assets/chat_14px.png
  4. BIN=BIN
      assets/hex_10px.png
  5. BIN=BIN
      assets/hex_14px.png
  6. BIN=BIN
      assets/keyboard_10px.png
  7. BIN=BIN
      assets/keyboard_14px.png
  8. BIN=BIN
      assets/u2f_10px.png
  9. BIN=BIN
      assets/u2f_14px.png
  10. 5 5
      scenes/esubghz_chat_key_menu.c

BIN=BIN
assets/Nfc_10px.png


BIN=BIN
assets/Nfc_14px.png


BIN=BIN
assets/chat_14px.png


BIN=BIN
assets/hex_10px.png


BIN=BIN
assets/hex_14px.png


BIN=BIN
assets/keyboard_10px.png


BIN=BIN
assets/keyboard_14px.png


BIN=BIN
assets/u2f_10px.png


BIN=BIN
assets/u2f_14px.png


+ 5 - 5
scenes/esubghz_chat_key_menu.c

@@ -83,7 +83,7 @@ void scene_on_enter_key_menu(void* context)
 	menu_add_item(
 		state->menu,
 		"No encryption",
-		&I_chat_10px,
+		&I_chat_14px,
 		ESubGhzChatKeyMenuItems_NoEncryption,
 		key_menu_cb,
 		state
@@ -91,7 +91,7 @@ void scene_on_enter_key_menu(void* context)
 	menu_add_item(
 		state->menu,
 		"Password",
-		&I_keyboard_10px,
+		&I_keyboard_14px,
 		ESubGhzChatKeyMenuItems_Password,
 		key_menu_cb,
 		state
@@ -99,7 +99,7 @@ void scene_on_enter_key_menu(void* context)
 	menu_add_item(
 		state->menu,
 		"Hex Key",
-		&I_hex_10px,
+		&I_hex_14px,
 		ESubGhzChatKeyMenuItems_HexKey,
 		key_menu_cb,
 		state
@@ -107,7 +107,7 @@ void scene_on_enter_key_menu(void* context)
 	menu_add_item(
 		state->menu,
 		"Generate Key",
-		&I_u2f_10px,
+		&I_u2f_14px,
 		ESubGhzChatKeyMenuItems_GenKey,
 		key_menu_cb,
 		state
@@ -115,7 +115,7 @@ void scene_on_enter_key_menu(void* context)
 	menu_add_item(
 		state->menu,
 		"Read Key from NFC",
-		&I_Nfc_10px,
+		&I_Nfc_14px,
 		ESubGhzChatKeyMenuItems_ReadKeyFromNfc,
 		key_menu_cb,
 		state