fix(app-list): padding typo

This commit is contained in:
Ashley Wulber 2024-04-15 20:35:55 -04:00 committed by Ashley Wulber
parent 8bf340aa8e
commit 8900b93c85
2 changed files with 2 additions and 5 deletions

View file

@ -16,9 +16,6 @@ use std::collections::BTreeMap;
use crate::{components::status_menu, subscriptions::status_notifier_watcher};
// XXX copied from libcosmic
const APPLET_PADDING: u32 = 8;
#[derive(Clone, Debug)]
pub enum Msg {
Closed(window::Id),