popup: increase fixed window margin

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-06-24 14:55:22 -07:00
parent 6afb618089
commit 677c217ecd

View File

@@ -9,7 +9,7 @@ use crate::{
Damus,
};
static MARGIN: f32 = 100.0;
static MARGIN: f32 = 200.0;
pub struct DesktopGlobalPopup {}