larg art
This commit is contained in:
parent
0a62dc11a3
commit
1b298644df
1 changed files with 11 additions and 4 deletions
|
@ -61,6 +61,17 @@ template $WaveletWindow: Adw.ApplicationWindow {
|
|||
sensitive: false;
|
||||
}
|
||||
}
|
||||
|
||||
Separator {
|
||||
styles [
|
||||
"spacer",
|
||||
]
|
||||
vexpand: true;
|
||||
}
|
||||
|
||||
Picture {
|
||||
paintable: bind template.playing_cover_art;
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
@ -91,10 +102,6 @@ template $WaveletWindow: Adw.ApplicationWindow {
|
|||
"toolbar",
|
||||
]
|
||||
|
||||
Picture {
|
||||
paintable: bind template.playing_cover_art;
|
||||
}
|
||||
|
||||
Box {
|
||||
orientation: vertical;
|
||||
valign: center;
|
||||
|
|
Loading…
Reference in a new issue