Make Manage Environments dialog wider and resizable

This commit is contained in:
Pavel Baksy 2025-12-31 00:30:09 +01:00
parent f91c9f318a
commit 1436f4a1d3

View File

@ -5,8 +5,9 @@
<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">700</property> <property name="content-width">900</property>
<property name="content-height">500</property> <property name="content-height">600</property>
<property name="follows-content-size">false</property>
<child> <child>
<object class="AdwToolbarView"> <object class="AdwToolbarView">