Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Plasma:
- update ScrollBar
- fix Background hints
- added PlasmoidHeading
- fix Line widget
Kvantum:
- update ScrollBar
  • Loading branch information
varlesh committed Aug 10, 2022
1 parent ff046c9 commit d977638
Show file tree
Hide file tree
Showing 16 changed files with 821 additions and 804 deletions.
12 changes: 6 additions & 6 deletions Kvantum/Arc/Arc.kvconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ comment=Arc Darker style
spread_menuitems=true
left_tabs=true
mirror_doc_tabs=true
scroll_width=8
scroll_width=12
attach_active_tab=true
composite=true
menu_shadow_depth=7
Expand Down Expand Up @@ -325,12 +325,12 @@ frame=false

[ScrollbarSlider]
inherits=PanelButtonCommand
interior=false
frame.element=scrollbarslider
frame.top=4
frame.bottom=4
frame.left=4
frame.right=4
interior=false
frame.left=6
frame.right=6
frame.top=6
frame.bottom=6

[ProgressbarContents]
inherits=PanelButtonCommand
Expand Down
171 changes: 72 additions & 99 deletions Kvantum/Arc/Arc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions Kvantum/ArcDark/ArcDark.kvconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ comment=Arc Dark style
spread_menuitems=true
left_tabs=true
mirror_doc_tabs=true
scroll_width=8
scroll_width=12
attach_active_tab=true
composite=true
menu_shadow_depth=7
Expand Down Expand Up @@ -328,12 +328,12 @@ frame=false

[ScrollbarSlider]
inherits=PanelButtonCommand
interior=false
frame.element=scrollbarslider
frame.top=4
frame.bottom=4
frame.left=4
frame.right=4
interior=false
frame.left=6
frame.right=6
frame.top=6
frame.bottom=6

[ProgressbarContents]
inherits=PanelButtonCommand
Expand Down
Loading

0 comments on commit d977638

Please sign in to comment.