feat: config methods

This commit is contained in:
Ashley Wulber 2022-12-13 22:46:30 -05:00 committed by Ashley Wulber
parent 86ed2d4e31
commit 6fef03ed2f
16 changed files with 25 additions and 1578 deletions

View file

@ -329,7 +329,7 @@ impl Application for CosmicAppList {
.height(Length::Units(self.applet_helper.suggested_icon_size()))
.into()
};
let dot_radius = (self.applet_helper.suggested_icon_size() / 8).max(2);
let dot_radius = 2;
let dots = (0..toplevels.len())
.into_iter()
.map(|_| {