feat(ui): decreased logo size a bit more

This commit is contained in:
Observer KRypt0n_ 2023-05-05 17:04:13 +02:00
parent 719fffb8eb
commit 6671486df4
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -220,7 +220,7 @@ impl SimpleComponent for App {
set_visible: model.loading.is_none(), set_visible: model.loading.is_none(),
add = &adw::PreferencesGroup { add = &adw::PreferencesGroup {
set_margin_top: 32, set_margin_top: 48,
#[watch] #[watch]
set_visible: model.style == LauncherStyle::Modern, set_visible: model.style == LauncherStyle::Modern,