diff --git a/src/Gui/Stylesheets/Dark-blue.qss b/src/Gui/Stylesheets/Dark-blue.qss index 39f3349629..e24d193a1d 100644 --- a/src/Gui/Stylesheets/Dark-blue.qss +++ b/src/Gui/Stylesheets/Dark-blue.qss @@ -498,7 +498,7 @@ QTabBar { background-color: transparent; } -/* Workaround for QTabBars created from docked QDockWidgets which don't draw the border if not set and reseted as follows: */ +/* Workaround for QTabBars created from docked QDockWidgets which don't draw the border if not set and reset as follows: */ QTabBar { border-top: 1px solid #5a5a5a; /* set color for all QTabBars */ } diff --git a/src/Gui/Stylesheets/Dark-green.qss b/src/Gui/Stylesheets/Dark-green.qss index 29502a4fdd..c1df5ecf96 100644 --- a/src/Gui/Stylesheets/Dark-green.qss +++ b/src/Gui/Stylesheets/Dark-green.qss @@ -498,7 +498,7 @@ QTabBar { background-color: transparent; } -/* Workaround for QTabBars created from docked QDockWidgets which don't draw the border if not set and reseted as follows: */ +/* Workaround for QTabBars created from docked QDockWidgets which don't draw the border if not set and reset as follows: */ QTabBar { border-top: 1px solid #5a5a5a; /* set color for all QTabBars */ } diff --git a/src/Gui/Stylesheets/Dark-orange.qss b/src/Gui/Stylesheets/Dark-orange.qss index cc12addb97..735801b1f6 100644 --- a/src/Gui/Stylesheets/Dark-orange.qss +++ b/src/Gui/Stylesheets/Dark-orange.qss @@ -498,7 +498,7 @@ QTabBar { background-color: transparent; } -/* Workaround for QTabBars created from docked QDockWidgets which don't draw the border if not set and reseted as follows: */ +/* Workaround for QTabBars created from docked QDockWidgets which don't draw the border if not set and reset as follows: */ QTabBar { border-top: 1px solid #5a5a5a; /* set color for all QTabBars */ } diff --git a/src/Gui/Stylesheets/Darker-blue.qss b/src/Gui/Stylesheets/Darker-blue.qss index 1a6449e01c..3e9561559f 100644 --- a/src/Gui/Stylesheets/Darker-blue.qss +++ b/src/Gui/Stylesheets/Darker-blue.qss @@ -497,7 +497,7 @@ QTabBar { background-color: transparent; } -/* Workaround for QTabBars created from docked QDockWidgets which don't draw the border if not set and reseted as follows: */ +/* Workaround for QTabBars created from docked QDockWidgets which don't draw the border if not set and reset as follows: */ QTabBar { border-top: 1px solid #787878; /* set color for all QTabBars */ } diff --git a/src/Gui/Stylesheets/Darker-green.qss b/src/Gui/Stylesheets/Darker-green.qss index 78b03a15d9..ced1517762 100644 --- a/src/Gui/Stylesheets/Darker-green.qss +++ b/src/Gui/Stylesheets/Darker-green.qss @@ -497,7 +497,7 @@ QTabBar { background-color: transparent; } -/* Workaround for QTabBars created from docked QDockWidgets which don't draw the border if not set and reseted as follows: */ +/* Workaround for QTabBars created from docked QDockWidgets which don't draw the border if not set and reset as follows: */ QTabBar { border-top: 1px solid #787878; /* set color for all QTabBars */ } diff --git a/src/Gui/Stylesheets/Darker-orange.qss b/src/Gui/Stylesheets/Darker-orange.qss index c0802ce265..55c5c31d28 100644 --- a/src/Gui/Stylesheets/Darker-orange.qss +++ b/src/Gui/Stylesheets/Darker-orange.qss @@ -497,7 +497,7 @@ QTabBar { background-color: transparent; } -/* Workaround for QTabBars created from docked QDockWidgets which don't draw the border if not set and reseted as follows: */ +/* Workaround for QTabBars created from docked QDockWidgets which don't draw the border if not set and reset as follows: */ QTabBar { border-top: 1px solid #787878; /* set color for all QTabBars */ } diff --git a/src/Gui/Stylesheets/Light-blue.qss b/src/Gui/Stylesheets/Light-blue.qss index 2a2db94b5c..0d9a52b0e1 100644 --- a/src/Gui/Stylesheets/Light-blue.qss +++ b/src/Gui/Stylesheets/Light-blue.qss @@ -498,7 +498,7 @@ QTabBar { background-color: transparent; } -/* Workaround for QTabBars created from docked QDockWidgets which don't draw the border if not set and reseted as follows: */ +/* Workaround for QTabBars created from docked QDockWidgets which don't draw the border if not set and reset as follows: */ QTabBar { border-top: 1px solid #d2d2d2; /* set color for all QTabBars */ } diff --git a/src/Gui/Stylesheets/Light-green.qss b/src/Gui/Stylesheets/Light-green.qss index c525592f7f..163c1c9602 100644 --- a/src/Gui/Stylesheets/Light-green.qss +++ b/src/Gui/Stylesheets/Light-green.qss @@ -498,7 +498,7 @@ QTabBar { background-color: transparent; } -/* Workaround for QTabBars created from docked QDockWidgets which don't draw the border if not set and reseted as follows: */ +/* Workaround for QTabBars created from docked QDockWidgets which don't draw the border if not set and reset as follows: */ QTabBar { border-top: 1px solid #d2d2d2; /* set color for all QTabBars */ } diff --git a/src/Gui/Stylesheets/Light-orange.qss b/src/Gui/Stylesheets/Light-orange.qss index eb9c36ed53..14dc808cf3 100644 --- a/src/Gui/Stylesheets/Light-orange.qss +++ b/src/Gui/Stylesheets/Light-orange.qss @@ -498,7 +498,7 @@ QTabBar { background-color: transparent; } -/* Workaround for QTabBars created from docked QDockWidgets which don't draw the border if not set and reseted as follows: */ +/* Workaround for QTabBars created from docked QDockWidgets which don't draw the border if not set and reset as follows: */ QTabBar { border-top: 1px solid #d2d2d2; /* set color for all QTabBars */ }