[minor] set min window width to 650px

This commit is contained in:
Julian Sparber
2017-10-29 11:47:44 +01:00
parent 639a0c0cc0
commit 1d1f15e47d

View File

@@ -3,7 +3,7 @@
<!-- interface-requires gtk+ 3.8 --> <!-- interface-requires gtk+ 3.8 -->
<template class="TeleportWindow" parent="GtkApplicationWindow"> <template class="TeleportWindow" parent="GtkApplicationWindow">
<property name="title" translatable="yes">Teleport</property> <property name="title" translatable="yes">Teleport</property>
<property name="default_width">700</property> <property name="default_width">650</property>
<property name="default_height">500</property> <property name="default_height">500</property>
<child> <child>
<object class="GtkAdjustment" id="adjustment1"> <object class="GtkAdjustment" id="adjustment1">