[chronojump] Fixed bottom bar text size on test barplots like runInterval
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fixed bottom bar text size on test barplots like runInterval
- Date: Fri, 22 Apr 2022 14:34:18 +0000 (UTC)
commit e4eb72ce6fdf98c0b6c284354e155a122589ca51
Author: Xavier de Blas <xaviblas gmail com>
Date: Fri Apr 22 16:33:19 2022 +0200
Fixed bottom bar text size on test barplots like runInterval
src/gui/eventExecute.cs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/gui/eventExecute.cs b/src/gui/eventExecute.cs
index 8ee1cb197..c7ac8cef4 100644
--- a/src/gui/eventExecute.cs
+++ b/src/gui/eventExecute.cs
@@ -2961,7 +2961,8 @@ public class CairoPaintBarsPreRunInterval : CairoPaintBarsPre
//manage bottom text font/spacing of rows
string longestWord = findLongestWordCairo (events,
- eventGraphRunsIntervalStored.type == "",
+ //eventGraphRunsIntervalStored.type == "",
+ true,
" - 99", //thinking on 99 tracks
"(" + Catalog.GetString("Simulated") + ")"); // condition for "all runs"
int fontHeightForBottomNames = cb.GetFontForBottomNames (events, longestWord);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]