mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fixed refresh progress label truncating
This commit is contained in:
@@ -24,19 +24,25 @@ struct SidebarToolbar: ViewModifier {
|
||||
AppAssets.settingsImage
|
||||
.font(.title3)
|
||||
.foregroundColor(.accentColor)
|
||||
Spacer()
|
||||
}).help("Settings")
|
||||
}
|
||||
|
||||
ToolbarItem(placement: .automatic, content: {
|
||||
ToolbarItem {
|
||||
Spacer()
|
||||
}
|
||||
|
||||
ToolbarItem(placement: .automatic) {
|
||||
RefreshProgressView()
|
||||
})
|
||||
}
|
||||
|
||||
ToolbarItem {
|
||||
Spacer()
|
||||
}
|
||||
|
||||
ToolbarItem(placement: .automatic, content: {
|
||||
Button(action: {
|
||||
viewModel.showActionSheet = true
|
||||
}, label: {
|
||||
Spacer()
|
||||
AppAssets.addMenuImage
|
||||
.font(.title3)
|
||||
.foregroundColor(.accentColor)
|
||||
|
||||
Reference in New Issue
Block a user