feat: config methods
This commit is contained in:
parent
86ed2d4e31
commit
6fef03ed2f
16 changed files with 25 additions and 1578 deletions
|
|
@ -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(|_| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue