M image/assets/lang/English.json => image/assets/lang/English.json +1 -1
@@ 155,7 155,7 @@
"app_calllog_rejected_call": "Rejected call",
"app_calllog_date": "Date",
"app_calllog_options_delete_call": "Delete call",
- "app_calllog_delete_call_confirmation": "Do you really want to delete this call from the list?",
+ "app_calllog_delete_call_confirmation": "Delete this call from the list?",
"app_desktop_unlock": "UNLOCK",
"app_desktop_menu": "MENU",
"app_desktop_emergency": "SOS",
M module-apps/application-calllog/windows/CallLogDetailsWindow.cpp => module-apps/application-calllog/windows/CallLogDetailsWindow.cpp +1 -1
@@ 63,7 63,7 @@ namespace gui
textHBox->setAlignment(Alignment(Alignment::Horizontal::Left, Alignment::Vertical::Center));
const auto font = style::window::font::medium;
- auto imageWidget = new gui::Image(image);
+ auto imageWidget = new gui::Image(image, gui::ImageTypeSpecifier::W_M);
imageWidget->setMargins(margins);
textHBox->addWidget(imageWidget);
textHBox->addWidget(createText(text, font));