mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-03 12:39:35 +00:00
p2pool: shorten simple terminal height
same height as xmrig advanced, should prevent (most) clipping issues on low resolution windows
This commit is contained in:
parent
1b21928eb8
commit
b4a4e83457
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ impl crate::disk::P2pool {
|
|||
debug!("P2Pool Tab | Rendering [Console]");
|
||||
ui.group(|ui| {
|
||||
if self.simple {
|
||||
let height = height / 2.4;
|
||||
let height = height / 2.8;
|
||||
let width = width - SPACE;
|
||||
egui::Frame::none().fill(DARK_GRAY).show(ui, |ui| {
|
||||
ui.style_mut().override_text_style = Some(Name("MonospaceSmall".into()));
|
||||
|
|
Loading…
Reference in a new issue