Make FTB Import note italic to match others

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2024-11-24 20:29:07 +02:00
parent 835944387b
commit a09af619ce
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

View File

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