notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit 677c217ecdaa9d36b1f61a0127aae58d6c0b5944
parent 6afb618089635c01ee35df204b0c273724c8ed39
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 24 Jun 2024 14:55:22 -0700

popup: increase fixed window margin

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Msrc/ui/global_popup.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ui/global_popup.rs b/src/ui/global_popup.rs @@ -9,7 +9,7 @@ use crate::{ Damus, }; -static MARGIN: f32 = 100.0; +static MARGIN: f32 = 200.0; pub struct DesktopGlobalPopup {}