mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-14 22:19:29 +01:00
Fix extraneous space at the bottom of the week steps chart
This commit is contained in:
parent
eccf9164f6
commit
f35f76a42b
@ -194,6 +194,8 @@ public class WeekStepsChartFragment extends AbstractChartFragment {
|
|||||||
y.setDrawGridLines(false);
|
y.setDrawGridLines(false);
|
||||||
y.setDrawTopYLabelEntry(false);
|
y.setDrawTopYLabelEntry(false);
|
||||||
y.setTextColor(CHART_TEXT_COLOR);
|
y.setTextColor(CHART_TEXT_COLOR);
|
||||||
|
y.setDrawZeroLine(true);
|
||||||
|
y.setSpaceBottom(0);
|
||||||
|
|
||||||
y.setEnabled(true);
|
y.setEnabled(true);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user