mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-05-22 06:11:06 +02:00
fix(plugins): Qt Designer plugins icons adjusted
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user