mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-03 12:39:35 +00:00
fix: limit height XvB in submenu Process of P2pool Tab
This commit is contained in:
parent
135de3d556
commit
7797b5e81d
1 changed files with 2 additions and 2 deletions
|
@ -377,8 +377,8 @@ fn xvb(
|
|||
//
|
||||
let api = &lock!(xvb_api).stats_pub;
|
||||
let enabled = xvb_alive;
|
||||
ScrollArea::vertical().show(ui, |ui| {
|
||||
ui.group(|ui| {
|
||||
ui.group(|ui| {
|
||||
ScrollArea::vertical().show(ui, |ui| {
|
||||
ui.vertical(|ui| {
|
||||
debug!("Status Tab | Rendering [XvB]");
|
||||
ui.set_enabled(enabled); // for now there is no API ping or /health, so we verify if the field reward_yearly is empty or not.
|
||||
|
|
Loading…
Reference in a new issue