Qt: Make achievements login dialog resizeable

This commit is contained in:
Stenzek 2023-06-30 22:54:04 +10:00 committed by Connor McLaughlin
parent 4192de7dac
commit 67eb2975f6
1 changed files with 2 additions and 14 deletions

View File

@ -9,22 +9,10 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>410</width> <width>447</width>
<height>215</height> <height>196</height>
</rect> </rect>
</property> </property>
<property name="minimumSize">
<size>
<width>410</width>
<height>215</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>410</width>
<height>215</height>
</size>
</property>
<property name="windowTitle"> <property name="windowTitle">
<string comment="Window title">RetroAchievements Login</string> <string comment="Window title">RetroAchievements Login</string>
</property> </property>