mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-19 21:13:20 -07:00
Fixed tip in spin box
This commit is contained in:
parent
17b0f58b56
commit
1c0e7d87b4
1 changed files with 1 additions and 1 deletions
|
@ -1381,7 +1381,7 @@ class MainWindow(QXMainWindow):
|
||||||
self.spin_box.setSingleStep(1)
|
self.spin_box.setSingleStep(1)
|
||||||
self.spin_box.installEventFilter(self)
|
self.spin_box.installEventFilter(self)
|
||||||
self.spin_box.valueChanged.connect(self.on_spinbox_value_changed)
|
self.spin_box.valueChanged.connect(self.on_spinbox_value_changed)
|
||||||
self.setToolTip(QStringDB.spinner_label_tip)
|
self.spin_box.setToolTip(QStringDB.spinner_label_tip)
|
||||||
|
|
||||||
preview_image_bar_frame_l = QHBoxLayout()
|
preview_image_bar_frame_l = QHBoxLayout()
|
||||||
preview_image_bar_frame_l.setContentsMargins(0,0,0,0)
|
preview_image_bar_frame_l.setContentsMargins(0,0,0,0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue