示例#1
0
文件: declarative.py 项目: nycz/sapfo
def fix_layout(layout: QLayout) -> None:
    layout.setContentsMargins(0, 0, 0, 0)
    layout.setSpacing(0)