feat: make compose dialog bigger

This commit is contained in:
Evangelos Paterakis 2022-11-13 21:06:39 +02:00
parent 269549fdee
commit 72ec2c1bed
No known key found for this signature in database
GPG key ID: FE5185F095BFC8C9

View file

@ -5,7 +5,7 @@
<template class="TootleDialogsCompose" parent="AdwWindow">
<property name="modal">1</property>
<property name="default_width">500</property>
<property name="default_height">300</property>
<property name="default_height">400</property>
<child>
<object class="GtkBox">