mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-22 05:34:29 +00:00
fix: item spacing indicator XvB tab
This commit is contained in:
parent
a9df44b083
commit
0997290c82
1 changed files with 1 additions and 0 deletions
|
@ -301,6 +301,7 @@ if priv_stats.win_current {
|
||||||
ui.set_width(width_column);
|
ui.set_width(width_column);
|
||||||
ui.set_height(height_column);
|
ui.set_height(height_column);
|
||||||
ui.vertical_centered(|ui| {
|
ui.vertical_centered(|ui| {
|
||||||
|
ui.spacing_mut().item_spacing = [style_height / 2.0, style_height / 2.0].into();
|
||||||
ui.add_space(SPACE);
|
ui.add_space(SPACE);
|
||||||
ui.label(XVB_MINING_ON_FIELD)
|
ui.label(XVB_MINING_ON_FIELD)
|
||||||
.on_hover_text_at_pointer(&priv_stats.msg_indicator);
|
.on_hover_text_at_pointer(&priv_stats.msg_indicator);
|
||||||
|
|
Loading…
Reference in a new issue