Skip to content

Commit

Permalink
chore(ui/popup): update comment [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sarub0b0 committed Jul 3, 2023
1 parent ed1cf25 commit 111a051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/popup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down

0 comments on commit 111a051

Please sign in to comment.