Remove fixed width in about dialog as it crashes on wayland

This commit is contained in:
Jonas Kvinge 2020-10-31 02:41:42 +01:00
parent c258e5a3af
commit 4804a05736
1 changed files with 0 additions and 12 deletions

View File

@ -10,18 +10,6 @@
<height>500</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>500</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>500</width>
<height>16777215</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>