fix(ui): fixed logo size in the first run window

This commit is contained in:
Observer KRypt0n_ 2023-08-03 18:58:16 +02:00
parent 8b318722a9
commit ba41a3c004
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -28,8 +28,8 @@ impl SimpleAsyncComponent for WelcomeApp {
set_valign: gtk::Align::Center,
set_vexpand: true,
gtk::Image {
set_icon_name: Some(APP_ID),
gtk::Picture {
set_resource: Some(&format!("{APP_RESOURCE_PATH}/icons/hicolor/scalable/apps/{APP_ID}.png")),
set_height_request: 128
},