Add progress bar to Soundboard app (#1875)

* Add progress bar to Soundboard app

* Clang
This commit is contained in:
Mark Thompson
2024-02-09 19:04:00 -06:00
committed by GitHub
parent b2ad1fa979
commit bbbf5a37c8
4 changed files with 13 additions and 11 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
/*
* Copyright (C) 2015 Jared Boone, ShareBrained Technology, Inc.
* Copyright (C) 2017 Furrtek
* Copyright (C) 2024 Mark Thompson
*
* This file is part of PortaPack.
*
@@ -126,7 +127,7 @@ class ViewWavView : public View {
Color::white()};
ProgressBar progressbar{
{0 * 8, 11 * 16, 30 * 8, 8}};
{0 * 8, 11 * 16, 30 * 8, 4}};
NumberField field_pos_seconds{
{9 * 8, 12 * 16},