Skip to content

Commit

Permalink
[Kvantum] Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
varlesh committed Jan 4, 2022
1 parent eb2881b commit e832dae
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 56 deletions.
31 changes: 12 additions & 19 deletions Kvantum/Arc/Arc.kvconfig
Original file line number Diff line number Diff line change
Expand Up @@ -151,19 +151,10 @@ frame=true
interior=true

[GroupBox]
inherits=GenericFrame
interior.element=tab-focus
frame.element=tabframe
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
inherits=PanelButtonCommand
interior.element=tabframe
interior=true
frame=true
text.margin.top=6
text.margin.bottom=6
text.margin.left=15
text.margin.right=15
frame=false

[Focus]
inherits=PanelButtonCommand
Expand All @@ -177,6 +168,7 @@ frame.patternsize=20

[GenericFrame]
inherits=PanelButtonCommand
frame.element=common
frame.top=1
frame.bottom=1
frame.left=1
Expand All @@ -185,6 +177,8 @@ frame.right=1
[Slider]
inherits=PanelButtonCommand
interior=true
frame.element=slider
interior.element=slider
frame.top=3
frame.bottom=3
frame.left=3
Expand All @@ -194,10 +188,8 @@ focusFrame=true
[SliderCursor]
inherits=PanelButtonCommand
interior=true
frame.top=12
frame.bottom=12
frame.left=2
frame.right=2
interior.element=slidercursor
frame=false

[LineEdit]
inherits=PanelButtonCommand
Expand Down Expand Up @@ -256,8 +248,8 @@ frame.right=4

[TabFrame]
inherits=PanelButtonCommand
interior=false
frame=true
frame.element=tabframe
interior.element=tabframe

[Dialog]
inherits=TabBarFrame
Expand Down Expand Up @@ -332,7 +324,8 @@ frame=false

[ScrollbarSlider]
inherits=PanelButtonCommand
interior=true
interior=false
frame.element=scrollbarslider
frame.top=4
frame.bottom=4
frame.left=4
Expand Down
30 changes: 12 additions & 18 deletions Kvantum/ArcDark/ArcDark.kvconfig
Original file line number Diff line number Diff line change
Expand Up @@ -149,19 +149,10 @@ frame=true
interior=true

[GroupBox]
inherits=GenericFrame
interior.element=tab-focus
frame.element=tabframe
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
inherits=PanelButtonCommand
interior.element=tabframe
interior=true
frame=true
text.margin.top=6
text.margin.bottom=6
text.margin.left=15
text.margin.right=15
frame=false

[Focus]
inherits=PanelButtonCommand
Expand All @@ -175,6 +166,7 @@ frame.patternsize=20

[GenericFrame]
inherits=PanelButtonCommand
frame.element=common
frame.top=1
frame.bottom=1
frame.left=1
Expand All @@ -183,6 +175,8 @@ frame.right=1
[Slider]
inherits=PanelButtonCommand
interior=true
frame.element=slider
interior.element=slider
frame.top=3
frame.bottom=3
frame.left=3
Expand All @@ -192,10 +186,8 @@ focusFrame=true
[SliderCursor]
inherits=PanelButtonCommand
interior=true
frame.top=12
frame.bottom=12
frame.left=2
frame.right=2
interior.element=slidercursor
frame=false

[LineEdit]
inherits=PanelButtonCommand
Expand Down Expand Up @@ -253,7 +245,8 @@ frame.right=4

[TabFrame]
inherits=PanelButtonCommand
interior=false
frame.element=tabframe
interior.element=tabframe

[Dialog]
inherits=TabBarFrame
Expand Down Expand Up @@ -333,7 +326,8 @@ frame=false

[ScrollbarSlider]
inherits=PanelButtonCommand
interior=true
interior=false
frame.element=scrollbarslider
frame.top=4
frame.bottom=4
frame.left=4
Expand Down
31 changes: 12 additions & 19 deletions Kvantum/ArcDarker/ArcDarker.kvconfig
Original file line number Diff line number Diff line change
Expand Up @@ -151,19 +151,10 @@ frame=true
interior=true

[GroupBox]
inherits=GenericFrame
interior.element=tab-focus
frame.element=tabframe
frame.top=1
frame.bottom=1
frame.left=1
frame.right=1
inherits=PanelButtonCommand
interior.element=tabframe
interior=true
frame=true
text.margin.top=6
text.margin.bottom=6
text.margin.left=15
text.margin.right=15
frame=false

[Focus]
inherits=PanelButtonCommand
Expand All @@ -177,6 +168,7 @@ frame.patternsize=20

[GenericFrame]
inherits=PanelButtonCommand
frame.element=common
frame.top=1
frame.bottom=1
frame.left=1
Expand All @@ -185,6 +177,8 @@ frame.right=1
[Slider]
inherits=PanelButtonCommand
interior=true
frame.element=slider
interior.element=slider
frame.top=3
frame.bottom=3
frame.left=3
Expand All @@ -194,10 +188,8 @@ focusFrame=true
[SliderCursor]
inherits=PanelButtonCommand
interior=true
frame.top=12
frame.bottom=12
frame.left=2
frame.right=2
interior.element=slidercursor
frame=false

[LineEdit]
inherits=PanelButtonCommand
Expand Down Expand Up @@ -265,8 +257,8 @@ frame.right=4

[TabFrame]
inherits=PanelButtonCommand
interior=false
frame=true
frame.element=tabframe
interior.element=tabframe

[Dialog]
inherits=TabBarFrame
Expand Down Expand Up @@ -346,7 +338,8 @@ frame=false

[ScrollbarSlider]
inherits=PanelButtonCommand
interior=true
interior=false
frame.element=scrollbarslider
frame.top=4
frame.bottom=4
frame.left=4
Expand Down

0 comments on commit e832dae

Please sign in to comment.