[layout] add min width for withe boxes

This commit is contained in:
Julian Sparber
2017-02-23 12:13:12 +01:00
parent f74c2729d4
commit 099979951c

View File

@@ -3,7 +3,7 @@
<!-- interface-requires gtk+ 3.8 --> <!-- interface-requires gtk+ 3.8 -->
<template class="TeleportAppWindow" parent="GtkApplicationWindow"> <template class="TeleportAppWindow" 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">1000</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">
@@ -34,6 +34,7 @@
<property name="margin_top">12</property> <property name="margin_top">12</property>
<property name="margin_bottom">12</property> <property name="margin_bottom">12</property>
<property name="orientation">vertical</property> <property name="orientation">vertical</property>
<property name="width-request">700</property>
<child> <child>
<object class="GtkFrame" id="general-frame"> <object class="GtkFrame" id="general-frame">
<property name="visible">True</property> <property name="visible">True</property>
@@ -327,6 +328,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="hexpand">True</property> <property name="hexpand">True</property>
<property name="fraction">0.80</property>
</object> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>