1
0
Fork 0
mirror of synced 2024-06-17 10:04:43 +12:00

ImportGroup: Set the wordwrap option for the information label

This commit is contained in:
loathingKernel 2022-07-15 20:58:25 +03:00
parent d05f74b286
commit 99cb7f46fd
2 changed files with 4 additions and 0 deletions

View file

@ -62,6 +62,7 @@ class Ui_ImportGroup(object):
self.button_info_layout.addWidget(self.import_button)
self.info_label = QtWidgets.QLabel(ImportGroup)
self.info_label.setText("")
self.info_label.setWordWrap(True)
self.info_label.setObjectName("info_label")
self.button_info_layout.addWidget(self.info_label)
self.formLayout.setLayout(4, QtWidgets.QFormLayout.FieldRole, self.button_info_layout)

View file

@ -101,6 +101,9 @@
<property name="text">
<string notr="true"/>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>