ESP32: подправить вертикальный ритм wallet QR
This commit is contained in:
parent
05492306c0
commit
373f88086e
@ -4596,7 +4596,7 @@ static void drawWalletQrScreen() {
|
||||
lv_label_set_text(title, "WALLET QR");
|
||||
lv_obj_set_style_text_font(title, &lv_font_montserrat_24, 0);
|
||||
lv_obj_set_style_text_color(title, lv_color_hex(0xFFFFFF), 0);
|
||||
lv_obj_align(title, LV_ALIGN_TOP_MID, 0, 22);
|
||||
lv_obj_align(title, LV_ALIGN_TOP_MID, 0, 12);
|
||||
String qrPayload = walletQrUri();
|
||||
if (qrPayload.isEmpty()) {
|
||||
saveUiErrorDiag("Wallet QR unavailable", "wallet_address_empty=true\n");
|
||||
@ -4610,7 +4610,7 @@ static void drawWalletQrScreen() {
|
||||
} else {
|
||||
lv_obj_t *panel = lv_obj_create(gRoot);
|
||||
lv_obj_set_size(panel, 356, 356);
|
||||
lv_obj_set_pos(panel, 62, 68);
|
||||
lv_obj_set_pos(panel, 62, 54);
|
||||
lv_obj_set_style_radius(panel, 18, 0);
|
||||
lv_obj_set_style_bg_color(panel, lv_color_hex(0xFFFFFF), 0);
|
||||
lv_obj_set_style_bg_opa(panel, LV_OPA_COVER, 0);
|
||||
@ -4654,7 +4654,7 @@ static void drawWalletQrScreen() {
|
||||
lv_obj_set_style_text_align(address, LV_TEXT_ALIGN_CENTER, 0);
|
||||
lv_obj_set_style_text_font(address, &lv_font_montserrat_24, 0);
|
||||
lv_obj_set_style_text_color(address, lv_color_hex(0xB8C6D3), 0);
|
||||
lv_obj_set_pos(address, 30, 430);
|
||||
lv_obj_set_pos(address, 30, 438);
|
||||
}
|
||||
|
||||
static void drawSettingsMenu() {
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
client.version=1.2.188
|
||||
server.version=1.2.177
|
||||
client.version=1.2.189
|
||||
server.version=1.2.178
|
||||
|
||||
Loading…
Reference in New Issue
Block a user