CAM: QTableView height too small in tasks panel #22957 (#23067)

This commit is contained in:
corpix
2025-08-26 20:37:46 +00:00
committed by GitHub
parent b7d2913b0c
commit a5b3a2caac
3 changed files with 13 additions and 0 deletions

View File

@@ -1684,6 +1684,10 @@ color: white;
background-color: #252525;
}
/* Fix for tables inside task pannels, see https://github.com/FreeCAD/FreeCAD/issues/22957 */
QSint--ActionGroup QFrame[class="content"] QTableView {
min-height: 300px;
}
/* found inside Part Design Workbench and "make a draft on a face" Task panel options */
QSint--ActionGroup QFrame[class="content"] QToolButton {

View File

@@ -1682,6 +1682,10 @@ color: black;
background-color: #f0f0f0;
}
/* Fix for tables inside task pannels, see https://github.com/FreeCAD/FreeCAD/issues/22957 */
QSint--ActionGroup QFrame[class="content"] QTableView {
min-height: 300px;
}
/* found inside Part Design Workbench and "make a draft on a face" Task panel options */
QSint--ActionGroup QFrame[class="content"] QToolButton {

View File

@@ -1524,6 +1524,11 @@ QSint--ActionGroup QFrame[class="content"] QTableView {
background-color: @PrimaryColor;
}
/* Fix for tables inside task pannels, see https://github.com/FreeCAD/FreeCAD/issues/22957 */
QSint--ActionGroup QFrame[class="content"] QTableView {
min-height: 300px;
}
/* found inside Part Design Workbench and "make a draft on a face" Task panel options */
QSint--ActionGroup QFrame[class="content"] QToolButton {
text-align: center;