Fix style editor color tab

Removes the negative margin set for tab area
This commit is contained in:
Kite 2021-01-24 11:45:06 +00:00 committed by manongjohn
parent 48415f4538
commit 9c552d883c
7 changed files with 2 additions and 18 deletions

View file

@ -1496,9 +1496,6 @@ QStatusBar #StatusBarLabel {
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
Style Editor Style Editor
----------------------------------------------------------------------------- */ ----------------------------------------------------------------------------- */
#StyleEditor #TabBarContainer {
margin-left: -5px;
}
#StyleEditor #bottomWidget { #StyleEditor #bottomWidget {
border-top: 1 solid #111111; border-top: 1 solid #111111;
padding: 3 2 8 3; padding: 3 2 8 3;

View file

@ -1496,9 +1496,6 @@ QStatusBar #StatusBarLabel {
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
Style Editor Style Editor
----------------------------------------------------------------------------- */ ----------------------------------------------------------------------------- */
#StyleEditor #TabBarContainer {
margin-left: -5px;
}
#StyleEditor #bottomWidget { #StyleEditor #bottomWidget {
border-top: 1 solid #060606; border-top: 1 solid #060606;
padding: 3 2 8 3; padding: 3 2 8 3;

View file

@ -1496,9 +1496,6 @@ QStatusBar #StatusBarLabel {
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
Style Editor Style Editor
----------------------------------------------------------------------------- */ ----------------------------------------------------------------------------- */
#StyleEditor #TabBarContainer {
margin-left: -5px;
}
#StyleEditor #bottomWidget { #StyleEditor #bottomWidget {
border-top: 1 solid #a8a8a8; border-top: 1 solid #a8a8a8;
padding: 3 2 8 3; padding: 3 2 8 3;

View file

@ -1496,9 +1496,6 @@ QStatusBar #StatusBarLabel {
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
Style Editor Style Editor
----------------------------------------------------------------------------- */ ----------------------------------------------------------------------------- */
#StyleEditor #TabBarContainer {
margin-left: -5px;
}
#StyleEditor #bottomWidget { #StyleEditor #bottomWidget {
border-top: 1 solid #2c2c2c; border-top: 1 solid #2c2c2c;
padding: 3 2 8 3; padding: 3 2 8 3;

View file

@ -3,9 +3,6 @@
----------------------------------------------------------------------------- */ ----------------------------------------------------------------------------- */
#StyleEditor { #StyleEditor {
& #TabBarContainer {
margin-left: -5px;
}
& #bottomWidget { & #bottomWidget {
border-top: 1 solid @accent; border-top: 1 solid @accent;
padding: 3 2 8 3; padding: 3 2 8 3;

View file

@ -5,6 +5,8 @@
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// This inherits from NEUTRAL theme, when updating NEUTRAL make sure to check // This inherits from NEUTRAL theme, when updating NEUTRAL make sure to check
// changes against LIGHT. // changes against LIGHT.
//
// NOTE: Compile Neutral.less before this.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// Override // Override

View file

@ -1496,9 +1496,6 @@ QStatusBar #StatusBarLabel {
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
Style Editor Style Editor
----------------------------------------------------------------------------- */ ----------------------------------------------------------------------------- */
#StyleEditor #TabBarContainer {
margin-left: -5px;
}
#StyleEditor #bottomWidget { #StyleEditor #bottomWidget {
border-top: 1 solid #5a5a5a; border-top: 1 solid #5a5a5a;
padding: 3 2 8 3; padding: 3 2 8 3;