[Update] Epsilon 14

This commit is contained in:
Joachim LF
2020-07-09 15:33:21 +02:00
committed by Quentin Guidée
320 changed files with 6893 additions and 2610 deletions

View File

@@ -1,4 +1,5 @@
#include <escher/scroll_view_indicator.h>
#include <escher/metric.h>
#include <escher/palette.h>
extern "C" {
#include <assert.h>
@@ -8,7 +9,7 @@ extern "C" {
ScrollViewIndicator::ScrollViewIndicator() :
View(),
m_color(Palette::ScrollBarForeground),
m_margin(14)
m_margin(Metric::CommonTopMargin)
{
}