mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2024-12-22 14:49:21 +00:00
fix: dupplicate help for input token
This commit is contained in:
parent
a2d4e77092
commit
37ddcf58ba
1 changed files with 2 additions and 3 deletions
|
@ -108,9 +108,8 @@ impl crate::disk::state::Xvb {
|
|||
.desired_width(ui.text_style_height(&TextStyle::Body) * 9.0)
|
||||
.vertical_align(egui::Align::Center),
|
||||
).on_hover_text(XVB_HELP)
|
||||
})
|
||||
.response
|
||||
.on_hover_text(XVB_HELP);
|
||||
});
|
||||
// .on_hover_text(XVB_HELP);
|
||||
ui.add_space(height / 48.0);
|
||||
ui.style_mut().spacing.icon_width_inner = width / 45.0;
|
||||
ui.style_mut().spacing.icon_width = width / 35.0;
|
||||
|
|
Loading…
Reference in a new issue