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:
@@ -184,6 +184,7 @@ PreferencesWindow::PreferencesWindow(BRect frame)
|
||||
.Add(fMenuRecentFolders)
|
||||
.Add(fMenuRecentApplications)
|
||||
.End()
|
||||
.AddGlue()
|
||||
.AddGroup(B_VERTICAL, 0)
|
||||
.Add(fMenuRecentDocumentCount)
|
||||
.Add(fMenuRecentFolderCount)
|
||||
|
||||
Reference in New Issue
Block a user