chore(app-list): set icon_spacing to 4
This commit is contained in:
parent
8805d38df6
commit
9d734dcd19
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ impl AppletIconData {
|
|||
fn new(applet: &Context) -> Self {
|
||||
let icon_size = applet.suggested_size(false).0;
|
||||
let padding = applet.suggested_padding(false);
|
||||
let icon_spacing = 0.0;
|
||||
let icon_spacing = 4.0;
|
||||
|
||||
let (dot_radius, bar_size) = match applet.size {
|
||||
Size::PanelSize(PanelSize::XL) | Size::PanelSize(PanelSize::L) => (2.0, 12.0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue