1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
//! Close button geometry trait and presets.
//!
//! Ported from `button/style.rs` section 41.
/// Geometry parameters for `draw_close_button`.
///
/// - `chart_settings` / `indicator_settings`: 18 × 18 px
/// - `alert_settings`: 20 × 20 px
/// - `profile_manager`: 28 × 28 px with hover bg fill
/// Default close button — matches `chart_settings` / `indicator_settings` (18 px).
;
/// Larger close button — matches `profile_manager` (28 px, with hover bg).
;