Fix: Maximize-Button im XSL-Abhängigkeitsdialog unter Windows ermöglichen (v1.2.8)
WindowMinMaxButtonsHint gesetzt, damit der Dialog auch unter Windows maximiert werden kann. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -138,6 +138,7 @@ class XslDependencyDialog(QDialog):
|
||||
project_xsl_paths: Absolute Pfade aller im Projekt referenzierten XSL-Dateien (None = kein Projekt)
|
||||
"""
|
||||
super().__init__(parent)
|
||||
self.setWindowFlags(self.windowFlags() | Qt.WindowMinMaxButtonsHint)
|
||||
self.xsl_root_dir = xsl_root_dir
|
||||
self.dependency_graph = dependency_graph
|
||||
self._project_xsl_paths: set[Path] = project_xsl_paths if project_xsl_paths is not None else set()
|
||||
|
||||
Reference in New Issue
Block a user