mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 15:50:49 +01:00
[Update] Epsilon 14
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user