We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5893145 + aec8d78 commit a3e9df1Copy full SHA for a3e9df1
facemap/gui/gui.py
@@ -68,6 +68,7 @@ def __init__(
68
app_icon.addFile(icon_path, QtCore.QSize(96, 96))
69
app_icon.addFile(icon_path, QtCore.QSize(256, 256))
70
self.setWindowIcon(app_icon)
71
+ QtCore.QCoreApplication.setApplicationName("Facemap")
72
73
pg.setConfigOptions(imageAxisOrder="row-major")
74
self.setGeometry(55, 5, 1470, 800)
@@ -747,9 +748,9 @@ def make_buttons(self):
747
748
self.scene_grid_layout.addWidget(QLabel(""), istretch, 0, 1, 3)
749
self.scene_grid_layout.setRowStretch(istretch, 1)
750
self.scene_grid_layout.addWidget(
- self.current_frame_lineedit, istretch + 7, 0, 1, 1
751
+ self.current_frame_lineedit, istretch + 9, 0, 1, 1
752
)
- self.scene_grid_layout.addWidget(self.total_frames_label, istretch + 7, 1, 1, 1)
753
+ self.scene_grid_layout.addWidget(self.total_frames_label, istretch + 9, 1, 1, 1)
754
self.scene_grid_layout.addWidget(self.frame_slider, istretch + 10, 1, 1, 16)
755
756
# Plot 1 and 2 features
facemap/gui/ops_user.npy
0 Bytes
0 commit comments