feat: add default height and width to preview window

This commit is contained in:
0xMRTT 2022-08-20 02:27:23 +02:00
parent b707e46bcb
commit 29ceafdff2
No known key found for this signature in database
GPG key ID: AC9E06BF3DECB6FB

View file

@ -3,6 +3,8 @@ using Adw 1;
template GradiencePreviewWindow: Adw.Window {
title: _("Theme Preview");
default-width: 1280;
default-height: 720;
Adw.ToastOverlay toast_overlay {
Adw.Leaflet leaflet {