fix(plugins): Qt Designer plugins icons adjusted

This commit is contained in:
2024-07-21 21:57:45 +02:00
parent 06fab0eab9
commit f4844d2e06
51 changed files with 445 additions and 29 deletions
+1 -1
View File
@@ -351,7 +351,7 @@ class BECDockArea(RPCBase, BECGuiClientMixin):
name: "str" = None,
position: "Literal['bottom', 'top', 'left', 'right', 'above', 'below']" = None,
relative_to: "BECDock | None" = None,
closable: "bool" = False,
closable: "bool" = True,
floating: "bool" = False,
prefix: "str" = "dock",
widget: "str | QWidget | None" = None,