window: Stop setting a minimum window width

Adw(Application)Window now has a minimum size[1]. However,
the default-height, which is 200, which isn't sufficient
for Nautilus[2], so only remove default-width.

[1] 7a705c7959
This commit is contained in:
Automeris naranja 2024-05-20 16:00:46 -03:00
parent 58450f8f22
commit ce573608d8

View file

@ -99,7 +99,6 @@
</section> </section>
</menu> </menu>
<template class="NautilusWindow" parent="AdwApplicationWindow"> <template class="NautilusWindow" parent="AdwApplicationWindow">
<property name="width-request">360</property>
<property name="height-request">380</property> <property name="height-request">380</property>
<property name="show-menubar">False</property> <property name="show-menubar">False</property>
<binding name="title"> <binding name="title">