Skip to content

Commit 2b26905

Browse files
committed
Fix some placeholders
1 parent 9b378bc commit 2b26905

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/gui/style.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ impl scrollable::Catalog for Theme {
327327

328328
fn style(&self, _class: &Self::Class<'_>, status: scrollable::Status) -> scrollable::Style {
329329
let active = scrollable::Style {
330-
// MTK
331330
auto_scroll: scrollable::AutoScroll {
332331
background: self.background.into(),
333332
border: Border::default(),
@@ -343,7 +342,6 @@ impl scrollable::Catalog for Theme {
343342
radius: 5.0.into(),
344343
},
345344
scroller: scrollable::Scroller {
346-
// MTK
347345
background: self.text.alpha(0.7).into(),
348346
border: Border {
349347
color: Color::TRANSPARENT,
@@ -360,7 +358,6 @@ impl scrollable::Catalog for Theme {
360358
radius: 5.0.into(),
361359
},
362360
scroller: scrollable::Scroller {
363-
// MTK
364361
background: self.text.alpha(0.7).into(),
365362
border: Border {
366363
color: Color::TRANSPARENT,

0 commit comments

Comments
 (0)