mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-28 10:18:09 +02:00
chg: round off the corners of the scrollbars
set border_radius to 5
This commit is contained in:
parent
d104054074
commit
ae5e25377d
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ impl scrollable::StyleSheet for Theme {
|
|||
border_color: Color::TRANSPARENT,
|
||||
scroller: scrollable::Scroller {
|
||||
color: self.palette().base.foreground,
|
||||
border_radius: 0.0,
|
||||
border_radius: 5.0,
|
||||
border_width: 0.0,
|
||||
border_color: Color::TRANSPARENT,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue