Merge pull request #3135 from Trial97/italic

Make FTB Import note italic to match others
This commit is contained in:
TheKodeToad
2024-12-02 14:07:42 +00:00
committed by GitHub

View File

@@ -13,6 +13,11 @@
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="font">
<font>
<italic>true</italic>
</font>
</property>
<property name="text">
<string>Note: If your FTB instances are not in the default location, select it using the button next to search.</string>
</property>