Shrink minimum size of canvas

Fixes #13
This commit is contained in:
Jason Francis 2020-03-14 21:50:10 -04:00
parent e66756e2c4
commit 0faafdc04d
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@
<property name="can_focus">True</property>
<property name="hadjustment">canvas_horiz</property>
<property name="vadjustment">canvas_vert</property>
<property name="min_content_width">400</property>
<property name="min_content_width">100</property>
<property name="min_content_height">300</property>
<child>
<placeholder/>