[chronojump/FS-TFT-Menu] Fixed bottom bar text size on test barplots like runInterval
- From: Xavier Padullés <xpadulles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump/FS-TFT-Menu] Fixed bottom bar text size on test barplots like runInterval
- Date: Wed, 27 Apr 2022 17:18:03 +0000 (UTC)
commit 0c893c91822d6d333bc13a2c8a1e58db2df72576
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]