mirror of https://github.com/PCSX2/pcsx2.git
Qt: Make achievements login dialog resizeable
This commit is contained in:
parent
4192de7dac
commit
67eb2975f6
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue