Merge remote-tracking branch 'origin/master' into feat-touch
This commit is contained in:
@@ -39,6 +39,9 @@ struct ThemeMetrics {
|
||||
int headerHeight;
|
||||
int verticalSpacing;
|
||||
|
||||
int previewPadding;
|
||||
int previewHeightPercent;
|
||||
|
||||
int contentSidePadding;
|
||||
int listRowHeight;
|
||||
int listWithSubtitleRowHeight;
|
||||
@@ -123,6 +126,8 @@ constexpr ThemeMetrics values = {.batteryWidth = 15,
|
||||
.batteryBarHeight = 20,
|
||||
.headerHeight = 45,
|
||||
.verticalSpacing = 10,
|
||||
.previewPadding = 12,
|
||||
.previewHeightPercent = 30,
|
||||
.contentSidePadding = 20,
|
||||
.listRowHeight = 30,
|
||||
.listWithSubtitleRowHeight = 50,
|
||||
|
||||
@@ -12,6 +12,8 @@ constexpr ThemeMetrics values = {.batteryWidth = 16,
|
||||
.batteryBarHeight = 40,
|
||||
.headerHeight = 84,
|
||||
.verticalSpacing = 16,
|
||||
.previewPadding = 12,
|
||||
.previewHeightPercent = 30,
|
||||
.contentSidePadding = 20,
|
||||
.listRowHeight = 40,
|
||||
.listWithSubtitleRowHeight = 60,
|
||||
|
||||
@@ -11,6 +11,8 @@ constexpr ThemeMetrics values = {.batteryWidth = 15,
|
||||
.batteryBarHeight = 20,
|
||||
.headerHeight = 45,
|
||||
.verticalSpacing = 10,
|
||||
.previewPadding = 12,
|
||||
.previewHeightPercent = 30,
|
||||
.contentSidePadding = 20,
|
||||
.listRowHeight = 42,
|
||||
.listWithSubtitleRowHeight = 69,
|
||||
|
||||
Reference in New Issue
Block a user