mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 08:59:55 +00:00
LTM bars cosmetics
Just made gap slightly smaller to make it easier to compare and overall the proportions 'feel better'.
This commit is contained in:
@@ -290,7 +290,7 @@ LTMPlot::setData(LTMSettings *set)
|
||||
|
||||
int barn = metricDetail.stack ? stacknum : barnum;
|
||||
|
||||
double space = double(0.8) / bars;
|
||||
double space = double(0.9) / bars;
|
||||
double gap = space * 0.10;
|
||||
double width = space * 0.90;
|
||||
left = (space * barn) + (gap / 2) + 0.1;
|
||||
@@ -435,7 +435,7 @@ LTMPlot::setData(LTMSettings *set)
|
||||
// below this one
|
||||
int barn = metricDetail.stack ? stacknum : barnum;
|
||||
|
||||
double space = double(0.8) / bars;
|
||||
double space = double(0.9) / bars;
|
||||
double gap = space * 0.10;
|
||||
double width = space * 0.90;
|
||||
left = (space * barn) + (gap / 2) + 0.1;
|
||||
|
||||
Reference in New Issue
Block a user