[fix]修改一级菜单的间隔宽度

This commit is contained in:
shijianquan 2025-05-15 14:54:29 +08:00
parent 4256ad444a
commit 3a6992f7da

View File

@ -16,4 +16,10 @@ QPushButton:hover {
QPushButton:checked {
background-color: #00000000;
border-image:url(../../data/back_pixmap/selected.png);
}
CSecondButtonGroupWidget{
qproperty-buttonWidth:0;
qproperty-buttonHeight:0;
qproperty-baseX:140;
}