diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index e5e5340..11ec06f 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -21,7 +21,7 @@ jobs:
- os: macos-x86
python-version: '3.11'
target: macos-x86
- runs-on: macos-12
+ runs-on: macos-13
- os: macos-arm64
python-version: '3.11'
target: macos-arm64
diff --git a/scoresight.spec b/scoresight.spec
index b0ac0fc..bdc0b50 100644
--- a/scoresight.spec
+++ b/scoresight.spec
@@ -176,7 +176,7 @@ elif args.mac_osx:
name='scoresight.app',
icon='icons/MacOS_icon.png',
bundle_identifier='com.royshilkrot.scoresight',
- version='0.0.1',
+ version='0.0.17',
info_plist={
'NSPrincipalClass': 'NSApplication',
'NSAppleScriptEnabled': False,
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index b536023..c4135e6 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -6,8 +6,8 @@
0
0
- 949
- 736
+ 963
+ 733
@@ -160,6 +160,7 @@
14
+ 75
true
@@ -179,6 +180,7 @@
14
+ 75
true
@@ -520,6 +522,21 @@
+
+ 3
+
+
+ 5
+
+
+ 0
+
+
+ 5
+
+
+ 0
+
-
@@ -535,9 +552,18 @@
-
+
+
+ 110
+ 16777215
+
+
Select an item above
+
+ Qt::NoTextInteraction
+
@@ -2215,8 +2241,8 @@
0
0
- 949
- 20
+ 963
+ 21
diff --git a/src/ui_about.py b/src/ui_about.py
index c37899a..6380db4 100644
--- a/src/ui_about.py
+++ b/src/ui_about.py
@@ -3,7 +3,7 @@
################################################################################
## Form generated from reading UI file 'about.ui'
##
-## Created by: Qt User Interface Compiler version 6.7.2
+## Created by: Qt User Interface Compiler version 6.7.3
##
## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################
diff --git a/src/ui_connect_obs.py b/src/ui_connect_obs.py
index d98e064..c8257c8 100644
--- a/src/ui_connect_obs.py
+++ b/src/ui_connect_obs.py
@@ -3,7 +3,7 @@
################################################################################
## Form generated from reading UI file 'connect_obs.ui'
##
-## Created by: Qt User Interface Compiler version 6.7.2
+## Created by: Qt User Interface Compiler version 6.7.3
##
## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################
diff --git a/src/ui_log_view.py b/src/ui_log_view.py
index 6427dfa..a394337 100644
--- a/src/ui_log_view.py
+++ b/src/ui_log_view.py
@@ -3,7 +3,7 @@
################################################################################
## Form generated from reading UI file 'log_view.ui'
##
-## Created by: Qt User Interface Compiler version 6.7.2
+## Created by: Qt User Interface Compiler version 6.7.3
##
## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################
diff --git a/src/ui_mainwindow.py b/src/ui_mainwindow.py
index 8089dc6..1ac3264 100644
--- a/src/ui_mainwindow.py
+++ b/src/ui_mainwindow.py
@@ -3,7 +3,7 @@
################################################################################
## Form generated from reading UI file 'mainwindow.ui'
##
-## Created by: Qt User Interface Compiler version 6.7.2
+## Created by: Qt User Interface Compiler version 6.7.3
##
## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################
@@ -27,7 +27,7 @@ class Ui_MainWindow(object):
def setupUi(self, MainWindow):
if not MainWindow.objectName():
MainWindow.setObjectName(u"MainWindow")
- MainWindow.resize(949, 736)
+ MainWindow.resize(963, 733)
self.centralwidget = QWidget(MainWindow)
self.centralwidget.setObjectName(u"centralwidget")
self.horizontalLayout_31 = QHBoxLayout(self.centralwidget)
@@ -265,7 +265,9 @@ def setupUi(self, MainWindow):
sizePolicy3.setHeightForWidth(self.widget_10.sizePolicy().hasHeightForWidth())
self.widget_10.setSizePolicy(sizePolicy3)
self.horizontalLayout_16 = QHBoxLayout(self.widget_10)
+ self.horizontalLayout_16.setSpacing(3)
self.horizontalLayout_16.setObjectName(u"horizontalLayout_16")
+ self.horizontalLayout_16.setContentsMargins(5, 0, 5, 0)
self.label_6 = QLabel(self.widget_10)
self.label_6.setObjectName(u"label_6")
sizePolicy.setHeightForWidth(self.label_6.sizePolicy().hasHeightForWidth())
@@ -275,6 +277,8 @@ def setupUi(self, MainWindow):
self.label_selectedInfo = QLabel(self.widget_10)
self.label_selectedInfo.setObjectName(u"label_selectedInfo")
+ self.label_selectedInfo.setMaximumSize(QSize(110, 16777215))
+ self.label_selectedInfo.setTextInteractionFlags(Qt.NoTextInteraction)
self.horizontalLayout_16.addWidget(self.label_selectedInfo)
@@ -1150,7 +1154,7 @@ def setupUi(self, MainWindow):
MainWindow.setCentralWidget(self.centralwidget)
self.menubar = QMenuBar(MainWindow)
self.menubar.setObjectName(u"menubar")
- self.menubar.setGeometry(QRect(0, 0, 949, 20))
+ self.menubar.setGeometry(QRect(0, 0, 963, 21))
MainWindow.setMenuBar(self.menubar)
self.retranslateUi(MainWindow)
diff --git a/src/ui_ocr_training_data_dialog.py b/src/ui_ocr_training_data_dialog.py
index 2fb6dc9..fd034fe 100644
--- a/src/ui_ocr_training_data_dialog.py
+++ b/src/ui_ocr_training_data_dialog.py
@@ -3,7 +3,7 @@
################################################################################
## Form generated from reading UI file 'ocr_training_data_dialog.ui'
##
-## Created by: Qt User Interface Compiler version 6.7.2
+## Created by: Qt User Interface Compiler version 6.7.3
##
## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################
diff --git a/src/ui_screen_capture.py b/src/ui_screen_capture.py
index 70bd188..8b6b8f8 100644
--- a/src/ui_screen_capture.py
+++ b/src/ui_screen_capture.py
@@ -3,7 +3,7 @@
################################################################################
## Form generated from reading UI file 'screen_capture.ui'
##
-## Created by: Qt User Interface Compiler version 6.7.2
+## Created by: Qt User Interface Compiler version 6.7.3
##
## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################
diff --git a/src/ui_training_dojo.py b/src/ui_training_dojo.py
index bd4e947..8a33747 100644
--- a/src/ui_training_dojo.py
+++ b/src/ui_training_dojo.py
@@ -3,7 +3,7 @@
################################################################################
## Form generated from reading UI file 'training_dojo.ui'
##
-## Created by: Qt User Interface Compiler version 6.7.2
+## Created by: Qt User Interface Compiler version 6.7.3
##
## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################
diff --git a/src/ui_update_available.py b/src/ui_update_available.py
index 368a569..ea07231 100644
--- a/src/ui_update_available.py
+++ b/src/ui_update_available.py
@@ -3,7 +3,7 @@
################################################################################
## Form generated from reading UI file 'update_available.ui'
##
-## Created by: Qt User Interface Compiler version 6.7.2
+## Created by: Qt User Interface Compiler version 6.7.3
##
## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################
diff --git a/src/ui_url_source.py b/src/ui_url_source.py
index f6fa3ac..a7d418f 100644
--- a/src/ui_url_source.py
+++ b/src/ui_url_source.py
@@ -3,7 +3,7 @@
################################################################################
## Form generated from reading UI file 'url_source.ui'
##
-## Created by: Qt User Interface Compiler version 6.7.2
+## Created by: Qt User Interface Compiler version 6.7.3
##
## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################
diff --git a/src/ui_video_settings.py b/src/ui_video_settings.py
index 8f4aa3a..80eadba 100644
--- a/src/ui_video_settings.py
+++ b/src/ui_video_settings.py
@@ -3,7 +3,7 @@
################################################################################
## Form generated from reading UI file 'video_settings.ui'
##
-## Created by: Qt User Interface Compiler version 6.7.2
+## Created by: Qt User Interface Compiler version 6.7.3
##
## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################