Skip to content
Snippets Groups Projects
Commit 7805f667 authored by bunnei's avatar bunnei
Browse files

Merge pull request #1673 from MerryMage/config-minimumSize

Configure Dialog: Remove minimumSize property
parents d496969c fd771d7a
No related branches found
No related tags found
No related merge requests found
......@@ -10,24 +10,12 @@
<height>501</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>370</width>
<height>219</height>
</size>
</property>
<property name="windowTitle">
<string>Citra Configuration</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="minimumSize">
<size>
<width>371</width>
<height>221</height>
</size>
</property>
<property name="currentIndex">
<number>0</number>
</property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment