Deskbar: Add space between recent labels and counts in prefs.

This causes the count spinners to move over instead of stretching.

Change-Id: I8f8047a54a6a4ab4379eb77b5cbb08a069a69109
Reviewed-on: https://review.haiku-os.org/c/haiku/+/10903
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: John Scipione <[email protected]>
This commit is contained in:
John Scipione
2026-05-05 01:02:16 +00:00
parent 5f36039a86
commit 4d2a3f8800
+1
View File
@@ -184,6 +184,7 @@ PreferencesWindow::PreferencesWindow(BRect frame)
.Add(fMenuRecentFolders)
.Add(fMenuRecentApplications)
.End()
.AddGlue()
.AddGroup(B_VERTICAL, 0)
.Add(fMenuRecentDocumentCount)
.Add(fMenuRecentFolderCount)