Skip to content

Commit 0e2f99a

Browse files
committed
Adding latest screenshots
1 parent 833238c commit 0e2f99a

8 files changed

Lines changed: 7 additions & 3 deletions

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22
Desktop editor for 1010Music Bitbox users.
33

44
# Latest screenshots
5-
![screenshot_2025-10-02.png](resources/screenshot_2025-10-02.png)
5+
![Screenshot_20251117_030230.png](resources/Screenshot_20251117_030230.png)
6+
![Screenshot_20251117_030702.png](resources/Screenshot_20251117_030702.png)
7+
![Screenshot_20251117_030729.png](resources/Screenshot_20251117_030729.png)
8+
![Screenshot_20251117_030754.png](resources/Screenshot_20251117_030754.png)
9+
![Screenshot_20251117_031217.png](resources/Screenshot_20251117_031217.png)

internal/app/bbe.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ func (b *BitboxEditor) initWindows() {
283283
toolbarSize := config.GetToolbarSize()
284284

285285
b.spectrumAnalyzer = spectrum.NewSpectrumAnalyzer(imgui.IDStr("toolbar_spectrum"), audioMgr).
286-
SetHeight(toolbarSize - 16).
286+
SetHeight(toolbarSize - 8).
287287
SetPadding(2)
288288

289289
b.volumeControl = volume.NewVolumeControlWithID(imgui.IDStr("toolbar_volume")).
@@ -518,7 +518,7 @@ func (b *BitboxEditor) toolbar() {
518518
imgui.EndGroup()
519519
imgui.SameLine()
520520

521-
imgui.Dummy(imgui.Vec2{X: 32.0, Y: 1})
521+
imgui.Dummy(imgui.Vec2{X: 16.0, Y: 1})
522522
imgui.SameLine()
523523

524524
b.spectrumAnalyzer.Build()
664 KB
Loading
671 KB
Loading
655 KB
Loading
678 KB
Loading
621 KB
Loading
-218 KB
Binary file not shown.

0 commit comments

Comments
 (0)