window: make default size larger

This commit is contained in:
Alexandre Franke 2023-12-21 13:52:03 +01:00
parent 350d2dacc5
commit 0df580c207
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="Window" parent="AdwApplicationWindow">
<property name="default-width">600</property>
<property name="default-height">400</property>
<property name="default-width">900</property>
<property name="default-height">850</property>
<property name="width-request">360</property>
<property name="height-request">294</property>
<property name="title" translatable="yes">Fractal</property>