bugFixing 2

This commit is contained in:
2025-09-16 12:50:58 +03:00
parent b026bbe0d4
commit eaf5f0673a
12 changed files with 28 additions and 24 deletions

View File

@@ -25,14 +25,14 @@ void TraineesView::resizeEvent(QResizeEvent *event)
if(typeView == TypeView::onlyView)
{//onlyView
widthTrainee = width - (270 + 10);
widthTrainee = width - (220 + 10);
}
else
{//control
if(adminMode)
widthTrainee = width - (450 + 10);
widthTrainee = width - (470 + 10);
else
widthTrainee = width - (320 + 10);
widthTrainee = width - (340 + 10);
}
if(widthTrainee < 250)
widthTrainee = 250;