Make mod description scrollable

This commit is contained in:
Downforce Agent 2024-07-12 16:56:06 -05:00
parent 099f2c5a83
commit eccc896e89

View File

@ -30,12 +30,18 @@
<color color="-1"/> <color color="-1"/>
</border> </border>
<children> <children>
<component id="a9cee" class="javax.swing.JTextPane" binding="descriptionField"> <scrollpane id="6e7e5">
<constraints> <constraints>
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="6" anchor="0" fill="3" indent="0" use-parent-layout="false"> <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="7" hsize-policy="7" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
<preferred-size width="150" height="50"/>
</grid>
</constraints> </constraints>
<properties>
<foreground color="-1"/>
<opaque value="false"/>
</properties>
<border type="empty"/>
<children>
<component id="d55bf" class="javax.swing.JTextPane" binding="descriptionField">
<constraints/>
<properties> <properties>
<background color="-15128227"/> <background color="-15128227"/>
<editable value="false"/> <editable value="false"/>
@ -46,6 +52,8 @@
</properties> </properties>
</component> </component>
</children> </children>
</scrollpane>
</children>
</grid> </grid>
<scrollpane id="ecc63" binding="modListScrollContainer"> <scrollpane id="ecc63" binding="modListScrollContainer">
<constraints> <constraints>