Ширина скрола 20

This commit is contained in:
2025-09-30 17:09:53 +03:00
parent 2c35b7bd06
commit dd4d58a393

View File

@@ -54,7 +54,7 @@ void CommonView::setItemColor(QTreeWidgetItem *item, QColor color)
int CommonView::calculateWidth_0Column()
{
int widthHeader = treeWidget->width() - 10;
int widthHeader = treeWidget->width() - 20;
int width0Column = 0;
int widthSB = 0;
if(treeWidget->verticalScrollBar()->isVisible())