Audio to right (#2664)

* r.align
This commit is contained in:
Totoo
2025-05-23 12:27:57 +02:00
committed by GitHub
parent ac31f4781c
commit 3c8335c942
24 changed files with 26 additions and 26 deletions

View File

@@ -118,7 +118,7 @@ class ViewWavView : public View {
Theme::getInstance()->fg_green->foreground,
Theme::getInstance()->fg_green->background};
AudioVolumeField field_volume{
{28 * 8, 18 * 16}};
{screen_width - 2 * 8, 18 * 16}};
Waveform waveform{
{0, 5 * 16, screen_width, 64},