mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-04 19:08:23 +00:00
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:
parent
58450f8f22
commit
ce573608d8
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@
|
|||
</section>
|
||||
</menu>
|
||||
<template class="NautilusWindow" parent="AdwApplicationWindow">
|
||||
<property name="width-request">360</property>
|
||||
<property name="height-request">380</property>
|
||||
<property name="show-menubar">False</property>
|
||||
<binding name="title">
|
||||
|
|
Loading…
Reference in a new issue