Skip to content

Commit a3e9df1

Browse files
authored
Merge pull request #92 from MouseLand/dev
Adjust frame label
2 parents 5893145 + aec8d78 commit a3e9df1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

facemap/gui/gui.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def __init__(
6868
app_icon.addFile(icon_path, QtCore.QSize(96, 96))
6969
app_icon.addFile(icon_path, QtCore.QSize(256, 256))
7070
self.setWindowIcon(app_icon)
71+
QtCore.QCoreApplication.setApplicationName("Facemap")
7172

7273
pg.setConfigOptions(imageAxisOrder="row-major")
7374
self.setGeometry(55, 5, 1470, 800)
@@ -747,9 +748,9 @@ def make_buttons(self):
747748
self.scene_grid_layout.addWidget(QLabel(""), istretch, 0, 1, 3)
748749
self.scene_grid_layout.setRowStretch(istretch, 1)
749750
self.scene_grid_layout.addWidget(
750-
self.current_frame_lineedit, istretch + 7, 0, 1, 1
751+
self.current_frame_lineedit, istretch + 9, 0, 1, 1
751752
)
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)
753754
self.scene_grid_layout.addWidget(self.frame_slider, istretch + 10, 1, 1, 16)
754755

755756
# Plot 1 and 2 features

facemap/gui/ops_user.npy

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)