mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-22 21:02:44 +03:00
feat(ui): made launcher icon a bit smaller
This commit is contained in:
parent
5da290bfc1
commit
140eb38a4a
1 changed files with 2 additions and 0 deletions
|
@ -220,6 +220,8 @@ impl SimpleComponent for App {
|
|||
set_visible: model.loading.is_none(),
|
||||
|
||||
add = &adw::PreferencesGroup {
|
||||
set_margin_top: 32,
|
||||
|
||||
#[watch]
|
||||
set_visible: model.style == LauncherStyle::Modern,
|
||||
|
||||
|
|
Loading…
Reference in a new issue