Skip to content

Commit

Permalink
Update FreeCAD Dark.qss
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddleStroke authored Jan 2, 2025
1 parent 45d3864 commit a66fa64
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Gui/Stylesheets/FreeCAD Dark.qss
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ Main window
==================================================================================================*/
QMainWindow,
QDialog,
QDockWidget,
QToolBar {
QDockWidget {
background-color: #333333; /* main background color */
}

Expand Down Expand Up @@ -881,7 +880,7 @@ https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbar

--------------------------------------------------------------------------- */
QToolBar {
background-color: #333333;
/* background-color: #333333; */
/* border: 1px solid #020202; */
/* font-weight: bold; */
}
Expand Down Expand Up @@ -2809,4 +2808,4 @@ QTreeView::item:!selected:hover#groupsTreeView {
color: white;
background-color: @ThemeAccentColor1;
margin-left:-8px;
} */
} */

0 comments on commit a66fa64

Please sign in to comment.