[Gui] revert PR23067 and apply table height...
...directly in the Python code
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user