mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 22:59:27 +00:00
fix: dupplicate helper
This commit is contained in:
parent
2f4816cd27
commit
50aa8402bc
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ impl crate::disk::state::Xvb {
|
||||||
.desired_width(ui.text_style_height(&TextStyle::Body) * 9.0)
|
.desired_width(ui.text_style_height(&TextStyle::Body) * 9.0)
|
||||||
.vertical_align(egui::Align::Center),
|
.vertical_align(egui::Align::Center),
|
||||||
)
|
)
|
||||||
.on_hover_text_at_pointer(XVB_HELP)
|
|
||||||
})
|
})
|
||||||
.response
|
.response
|
||||||
.on_hover_text_at_pointer(XVB_HELP);
|
.on_hover_text_at_pointer(XVB_HELP);
|
||||||
|
|
Loading…
Reference in a new issue