From ca4adfa67d7faac0d7ae369d008f61825f373e9e Mon Sep 17 00:00:00 2001 From: luzpaz Date: Mon, 23 Jan 2023 01:29:51 +0000 Subject: [PATCH] Stylesheets: convert indentations to spaces --- src/Gui/Stylesheets/Behave-dark.qss | 4 ++-- src/Gui/Stylesheets/Dark-blue.qss | 4 ++-- src/Gui/Stylesheets/Dark-contrast.qss | 4 ++-- src/Gui/Stylesheets/Dark-green.qss | 4 ++-- src/Gui/Stylesheets/Dark-orange.qss | 4 ++-- src/Gui/Stylesheets/Darker-blue.qss | 4 ++-- src/Gui/Stylesheets/Darker-green.qss | 4 ++-- src/Gui/Stylesheets/Darker-orange.qss | 4 ++-- src/Gui/Stylesheets/ProDark.qss | 18 +++++++++--------- 9 files changed, 25 insertions(+), 25 deletions(-) diff --git a/src/Gui/Stylesheets/Behave-dark.qss b/src/Gui/Stylesheets/Behave-dark.qss index 058e28a3ce..fdf97a21c1 100644 --- a/src/Gui/Stylesheets/Behave-dark.qss +++ b/src/Gui/Stylesheets/Behave-dark.qss @@ -834,8 +834,8 @@ Gui--PropertyEditor--PropertyEditor QAbstractSpinBox:disabled { /* hack to hide weird redundant information inside cells with links and no editable data (but editable via "..." button) */ Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel { - color: #65A2E5; - background-color: #2C333D;/*was CBD8E6*/ + color: #65A2E5; + background-color: #2C333D;/*was CBD8E6*/ } /* hack to disable margin inside Property values to following elements */ diff --git a/src/Gui/Stylesheets/Dark-blue.qss b/src/Gui/Stylesheets/Dark-blue.qss index 15e0e0c273..b004f7891f 100644 --- a/src/Gui/Stylesheets/Dark-blue.qss +++ b/src/Gui/Stylesheets/Dark-blue.qss @@ -801,8 +801,8 @@ Gui--PropertyEditor--PropertyEditor QAbstractSpinBox:disabled { /* hack to hide weird redundant information inside cells with links and no editable data (but editable via "..." button) */ Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel { - color: black; - background-color: #cbd8e6; + color: black; + background-color: #cbd8e6; } /* hack to disable margin inside Property values to following elements */ diff --git a/src/Gui/Stylesheets/Dark-contrast.qss b/src/Gui/Stylesheets/Dark-contrast.qss index abe54fc887..3606d183ce 100644 --- a/src/Gui/Stylesheets/Dark-contrast.qss +++ b/src/Gui/Stylesheets/Dark-contrast.qss @@ -801,8 +801,8 @@ Gui--PropertyEditor--PropertyEditor QAbstractSpinBox:disabled { /* hack to hide weird redundant information inside cells with links and no editable data (but editable via "..." button) */ Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel { - color: #ffffff; - background-color: #0f0f0f; /* same as focused background color */ + color: #ffffff; + background-color: #0f0f0f; /* same as focused background color */ } /* hack to disable margin inside Property values to following elements */ diff --git a/src/Gui/Stylesheets/Dark-green.qss b/src/Gui/Stylesheets/Dark-green.qss index bab84e98eb..1f090bb4dd 100644 --- a/src/Gui/Stylesheets/Dark-green.qss +++ b/src/Gui/Stylesheets/Dark-green.qss @@ -801,8 +801,8 @@ Gui--PropertyEditor--PropertyEditor QAbstractSpinBox:disabled { /* hack to hide weird redundant information inside cells with links and no editable data (but editable via "..." button) */ Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel { - color: black; - background-color: #dadfc5; + color: black; + background-color: #dadfc5; } /* hack to disable margin inside Property values to following elements */ diff --git a/src/Gui/Stylesheets/Dark-orange.qss b/src/Gui/Stylesheets/Dark-orange.qss index 21529d214a..2b1cd513d3 100644 --- a/src/Gui/Stylesheets/Dark-orange.qss +++ b/src/Gui/Stylesheets/Dark-orange.qss @@ -801,8 +801,8 @@ Gui--PropertyEditor--PropertyEditor QAbstractSpinBox:disabled { /* hack to hide weird redundant information inside cells with links and no editable data (but editable via "..." button) */ Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel { - color: black; - background-color: #e3d8b9; + color: black; + background-color: #e3d8b9; } /* hack to disable margin inside Property values to following elements */ diff --git a/src/Gui/Stylesheets/Darker-blue.qss b/src/Gui/Stylesheets/Darker-blue.qss index 97ee04decb..2367454529 100644 --- a/src/Gui/Stylesheets/Darker-blue.qss +++ b/src/Gui/Stylesheets/Darker-blue.qss @@ -801,8 +801,8 @@ Gui--PropertyEditor--PropertyEditor QAbstractSpinBox:disabled { /* hack to hide weird redundant information inside cells with links and no editable data (but editable via "..." button) */ Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel { - color: #1b3774; - background-color: #2053c0; /* same as focused background color */ + color: #1b3774; + background-color: #2053c0; /* same as focused background color */ } /* hack to disable margin inside Property values to following elements */ diff --git a/src/Gui/Stylesheets/Darker-green.qss b/src/Gui/Stylesheets/Darker-green.qss index 02f9df0be5..a6e72ab654 100644 --- a/src/Gui/Stylesheets/Darker-green.qss +++ b/src/Gui/Stylesheets/Darker-green.qss @@ -801,8 +801,8 @@ Gui--PropertyEditor--PropertyEditor QAbstractSpinBox:disabled { /* hack to hide weird redundant information inside cells with links and no editable data (but editable via "..." button) */ Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel { - color: #566214; - background-color: #74831d; /* same as focused background color */ + color: #566214; + background-color: #74831d; /* same as focused background color */ } /* hack to disable margin inside Property values to following elements */ diff --git a/src/Gui/Stylesheets/Darker-orange.qss b/src/Gui/Stylesheets/Darker-orange.qss index 6cca0e7e7f..defd6a76aa 100644 --- a/src/Gui/Stylesheets/Darker-orange.qss +++ b/src/Gui/Stylesheets/Darker-orange.qss @@ -801,8 +801,8 @@ Gui--PropertyEditor--PropertyEditor QAbstractSpinBox:disabled { /* hack to hide weird redundant information inside cells with links and no editable data (but editable via "..." button) */ Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel { - color: #624b14; - background-color: #b28416; /* same as focused background color */ + color: #624b14; + background-color: #b28416; /* same as focused background color */ } /* hack to disable margin inside Property values to following elements */ diff --git a/src/Gui/Stylesheets/ProDark.qss b/src/Gui/Stylesheets/ProDark.qss index 1cb29c6d97..d1b65a7f14 100644 --- a/src/Gui/Stylesheets/ProDark.qss +++ b/src/Gui/Stylesheets/ProDark.qss @@ -123,23 +123,23 @@ QToolBox ==================================================================================================*/ QToolBox { - background-color: transparent; + background-color: transparent; } QToolBox::tab { - background-color: #2a2a2a; - border: 2x solid #3c3c3c; - border-radius: 2px; + background-color: #2a2a2a; + border: 2x solid #3c3c3c; + border-radius: 2px; } QToolBox::tab:hover { - background-color: #557BB6; - border: 1px solid #6492d7; - border-radius: 1px + background-color: #557BB6; + border: 1px solid #6492d7; + border-radius: 1px } /*================================================================================================== @@ -853,8 +853,8 @@ Gui--PropertyEditor--PropertyEditor QAbstractSpinBox:disabled { /* hack to hide weird redundant information inside cells with links and no editable data (but editable via "..." button) */ Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel { - color: #949494; - background-color: #2a2a2a; /* same as focused background color */ + color: #949494; + background-color: #2a2a2a; /* same as focused background color */ } /* hack to disable margin inside Property values to following elements */