[Gui] revert PR23067 and apply table height...

...directly in the Python code
This commit is contained in:
Syres916
2025-10-12 18:41:05 +01:00
committed by GitHub
parent 5327e827d0
commit 1430925600
3 changed files with 9 additions and 6 deletions

View File

@@ -1684,10 +1684,11 @@ color: white;
background-color: #252525;
}
/* Fix for tables inside task panels, see https://github.com/FreeCAD/FreeCAD/issues/22957 */
/* Fix for tables inside task panels, see https://github.com/FreeCAD/FreeCAD/issues/22957
Reverted due to regression https://github.com/FreeCAD/FreeCAD/issues/24604
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,10 +1682,11 @@ color: black;
background-color: #f0f0f0;
}
/* Fix for tables inside task panels, see https://github.com/FreeCAD/FreeCAD/issues/22957 */
/* Fix for tables inside task panels, see https://github.com/FreeCAD/FreeCAD/issues/22957
Reverted due to regression https://github.com/FreeCAD/FreeCAD/issues/24604
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

@@ -1575,10 +1575,11 @@ QSint--ActionGroup QFrame[class="content"] QTableView {
background-color: @PrimaryColor;
}
/* Fix for tables inside task panels, see https://github.com/FreeCAD/FreeCAD/issues/22957 */
/* Fix for tables inside task panels, see https://github.com/FreeCAD/FreeCAD/issues/22957
Reverted due to regression https://github.com/FreeCAD/FreeCAD/issues/24604
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 {