Improve button layout and increase dialog width
This commit is contained in:
parent
32fda61894
commit
3268b8026d
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<template class="EnvironmentsDialog" parent="AdwDialog">
|
<template class="EnvironmentsDialog" parent="AdwDialog">
|
||||||
<property name="title">Manage Environments</property>
|
<property name="title">Manage Environments</property>
|
||||||
<property name="content-width">900</property>
|
<property name="content-width">1100</property>
|
||||||
<property name="content-height">600</property>
|
<property name="content-height">600</property>
|
||||||
<property name="follows-content-size">false</property>
|
<property name="follows-content-size">false</property>
|
||||||
|
|
||||||
|
|||||||
@ -21,6 +21,8 @@
|
|||||||
<property name="hexpand">True</property>
|
<property name="hexpand">True</property>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
|
|
||||||
<!-- Inline edit buttons (shown only when editing) -->
|
<!-- Inline edit buttons (shown only when editing) -->
|
||||||
<child>
|
<child>
|
||||||
@ -77,8 +79,6 @@
|
|||||||
</style>
|
</style>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
|
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkBox" id="values_box">
|
<object class="GtkBox" id="values_box">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user