event vindue

This commit is contained in:
2026-04-13 16:20:19 +02:00
parent b805bd77e7
commit 9257f198eb

View File

@@ -45,6 +45,8 @@ class PlaylistInfoWindow(QWidget):
from PyQt6.QtCore import QSettings
QSettings("LineDance", "Player").setValue("window/info_pos", self.pos())
super().moveEvent(event)
def _build_ui(self):
layout = QVBoxLayout(self)
layout.setContentsMargins(12, 12, 12, 12)
layout.setSpacing(8)