Clean up mcmod panel massively. Keep it simple - name (optionally linked), optional authors and description. Needs cut-off handling, frame looking at on Windows

This commit is contained in:
Sky
2013-10-09 02:26:03 +01:00
parent 6bc9df84d9
commit 14b47057fd
5 changed files with 89 additions and 247 deletions

View File

@ -222,11 +222,11 @@
</item>
<item>
<widget class="MCModInfoFrame" name="frame">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>