mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-03-12 09:26:29 +00:00
fix: width top bar taking into account fith separator
This commit is contained in:
parent
ffceb4b298
commit
4ef9c902f1
1 changed files with 1 additions and 1 deletions
|
@ -1856,7 +1856,7 @@ impl eframe::App for App {
|
|||
// Top: Tabs
|
||||
debug!("App | Rendering TOP tabs");
|
||||
TopBottomPanel::top("top").show(ctx, |ui| {
|
||||
let width = (self.width - (SPACE * 12.0)) / 6.0;
|
||||
let width = (self.width - (SPACE * 11.0)) / 6.0;
|
||||
let height = self.height / 15.0;
|
||||
ui.add_space(4.0);
|
||||
ui.horizontal(|ui| {
|
||||
|
|
Loading…
Reference in a new issue