fix: make ui better

This commit is contained in:
0xMRTT 2023-05-07 23:35:40 +02:00
parent 0cc5a93463
commit 2505a5bd91
Signed by: 0xMRTT
GPG Key ID: 19C1449A774028BD
1 changed files with 10 additions and 2 deletions

View File

@ -37,8 +37,16 @@ template ImaginerWindow : Adw.ApplicationWindow {
child:
Adw.PreferencesPage {
Adw.PreferencesGroup {
Picture image {}
height-request: 192;
Picture image {
halign: center;
visible: false;
styles ["card"]
//content-fit: cover;
//can-shrink: true;
height-request: 200;
width-request: 200;
}
}
Adw.PreferencesGroup {