From 2505a5bd9119a5a670d7b9246c2f70c53b4c3983 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@proton.me> Date: Sun, 7 May 2023 23:35:40 +0200 Subject: [PATCH] fix: make ui better --- src/window.blp | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/window.blp b/src/window.blp index 04063cb..c2372a3 100644 --- a/src/window.blp +++ b/src/window.blp @@ -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 {