From 21e1584a93a9fc23f56ab89a839047a300b26869 Mon Sep 17 00:00:00 2001 From: turn211 <78619703+turn211@users.noreply.github.com> Date: Wed, 18 May 2022 19:49:54 -0700 Subject: [PATCH] Fixed bugs and added requests Fixed Tableview widgets coloured by spreadsheet colours, Changed dark splitters to light. https://forum.freecad.org/viewtopic.php?p=596013&sid=b180cb250e3567c4a8d0bead16ed8cc2#p596013 --- src/Gui/Stylesheets/ProDark.qss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/Stylesheets/ProDark.qss b/src/Gui/Stylesheets/ProDark.qss index 350d30952d..14eefff2d9 100644 --- a/src/Gui/Stylesheets/ProDark.qss +++ b/src/Gui/Stylesheets/ProDark.qss @@ -2538,4 +2538,4 @@ PREFERENCES PACKS ==================================================================================================*/ Gui--Dialog--DlgGeneralImp > QGroupBox > QGroupBox > QTableWidget > QWidget > QPushButton { margin: 0px; -} \ No newline at end of file +}