abs-path instead relative, cleanup code

This commit is contained in:
2024-09-25 07:20:57 +02:00
parent 3a0367073e
commit 457ea0e675
4 changed files with 13 additions and 13 deletions

View File

@@ -33,7 +33,7 @@ import backlight, illumination, camera
import epics
from app_config import AppCfg #settings
Ui_Zoom, QWidget = loadUiType("zoom.ui")
Ui_Zoom, QWidget = loadUiType(os.path.join(os.path.dirname(__file__),"zoom.ui"))
MIN_ZOOM = 1
MAX_ZOOM = 1000
SPINNER_SINGLE_STEP = 50