mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
Ширина скрола 20
This commit is contained in:
@@ -54,7 +54,7 @@ void CommonView::setItemColor(QTreeWidgetItem *item, QColor color)
|
|||||||
|
|
||||||
int CommonView::calculateWidth_0Column()
|
int CommonView::calculateWidth_0Column()
|
||||||
{
|
{
|
||||||
int widthHeader = treeWidget->width() - 10;
|
int widthHeader = treeWidget->width() - 20;
|
||||||
int width0Column = 0;
|
int width0Column = 0;
|
||||||
int widthSB = 0;
|
int widthSB = 0;
|
||||||
if(treeWidget->verticalScrollBar()->isVisible())
|
if(treeWidget->verticalScrollBar()->isVisible())
|
||||||
|
|||||||
Reference in New Issue
Block a user