Make the main window resizable
No good reason why this needs to be a fixed size.
This commit is contained in:
parent
b3f4e91616
commit
096c4e22a2
|
@ -4,7 +4,6 @@
|
|||
<requires lib="gtk+" version="3.20"/>
|
||||
<template class="MainWindow" parent="GtkApplicationWindow">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="resizable">False</property>
|
||||
<property name="default_width">1000</property>
|
||||
<property name="default_height">700</property>
|
||||
<child type="titlebar">
|
||||
|
|
Loading…
Reference in New Issue