Improve button layout and increase dialog width

This commit is contained in:
Pavel Baksy 2026-01-14 01:11:31 +01:00
parent 32fda61894
commit 3268b8026d
2 changed files with 48 additions and 48 deletions

View File

@ -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>

View File

@ -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">