diff --git a/src/ui/popup.rs b/src/ui/popup.rs index 8078633a..1f167228 100644 --- a/src/ui/popup.rs +++ b/src/ui/popup.rs @@ -30,9 +30,9 @@ use super::{ /// └─────────────────────────────────────────────────┘ #[derive(Debug)] struct PopupChunkSize { - // content width percentage (0.0 ~ 100.0) + /// content width percentage (0.0 ~ 100.0) width: f32, - // content height percentage 0.0 ~ 100.0 + /// content height percentage (0.0 ~ 100.0) height: f32, }