diff --git a/Blender/Blender.qss b/Blender/Blender.qss index cd600d6..b1d746f 100644 --- a/Blender/Blender.qss +++ b/Blender/Blender.qss @@ -842,7 +842,7 @@ QHeaderView::section { } QTreeWidget { background-color: #282828; - border: 1 solid #111111; + border: 0; } /* ----------------------------------------------------------------------------- Push Button diff --git a/CSP/CSP.qss b/CSP/CSP.qss index d555eb4..1c382b8 100644 --- a/CSP/CSP.qss +++ b/CSP/CSP.qss @@ -843,7 +843,7 @@ QHeaderView::section { } QTreeWidget { background-color: #58585c; - border: 1 solid #111111; + border: 0; } /* ----------------------------------------------------------------------------- Push Button diff --git a/Godot/Godot.qss b/Godot/Godot.qss index 5a3bfce..6651978 100644 --- a/Godot/Godot.qss +++ b/Godot/Godot.qss @@ -842,7 +842,7 @@ QHeaderView::section { } QTreeWidget { background-color: #2b3243; - border: 1 solid #111111; + border: 0; } /* ----------------------------------------------------------------------------- Push Button diff --git a/Harlequin/Harlequin.qss b/Harlequin/Harlequin.qss index 790d154..56aa37f 100644 --- a/Harlequin/Harlequin.qss +++ b/Harlequin/Harlequin.qss @@ -192,7 +192,7 @@ QTabBar::tab:last { border-top-right-radius: 2; } .tab-round:first, -QTabBar::tab:first { +QTabBar::tab:first { border-top-left-radius: 2; } /* ----------------------------------------------------------------------------- @@ -700,7 +700,7 @@ QTabBar QToolButton:pressed { border-color: #aeaeae; } QTabBar QToolButton:disabled { - color: rgba(0, 0, 0, 0.4); + color: rgba(0, 0, 0, 0.4); } #TabBarContainer { background-color: #cacaca; @@ -841,7 +841,7 @@ QHeaderView::section { } QTreeWidget { background-color: #ebebeb; - border: 1 solid #111111; + border: 0; } /* ----------------------------------------------------------------------------- Push Button @@ -1371,7 +1371,7 @@ StyledTreeView { Scene Cast ----------------------------------------------------------------------------- */ #SceneCast QToolBar { - border-top: 1 solid #aeaeae; + border-top: 1px solid #aeaeae; } #SceneCast QToolBar::separator:horizontal { margin-left: 2; @@ -2087,7 +2087,7 @@ QToolBar#WidePaddingToolBar QToolButton { border-right: 1px solid #b1b1b1; border-bottom: 0; max-width: 18; - border-top-right-radius: 0px; + border-top-right-radius: 0px; border-top-left-radius: 8px ; border-bottom-right-radius: 0px; border-bottom-left-radius: 6px; @@ -2493,7 +2493,7 @@ QSplitter::handle:vertical { } QMenuBar::item:selected { - border: 1 solid #7E7E7E; + border: 1px solid #7E7E7E; background: qlineargradient(x1:1, y1:0, x2:1, y2:1, stop:0 #EAEAEA, stop:1 #D2D2D2 ); diff --git a/Softimage/Softimage.qss b/Softimage/Softimage.qss index 94d9432..f49deee 100644 --- a/Softimage/Softimage.qss +++ b/Softimage/Softimage.qss @@ -842,7 +842,7 @@ QHeaderView::section { } QTreeWidget { background-color: #908c8a; - border: 1 solid #111111; + border: 0; } /* ----------------------------------------------------------------------------- Push Button diff --git a/Tahoma/Tahoma.qss b/Tahoma/Tahoma.qss index 02b9605..bc93884 100644 --- a/Tahoma/Tahoma.qss +++ b/Tahoma/Tahoma.qss @@ -842,7 +842,7 @@ QHeaderView::section { } QTreeWidget { background-color: #3c3a3b; - border: 1 solid #111111; + border: 0; } /* ----------------------------------------------------------------------------- Push Button