mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-03 12:27:32 +01:00
Fixed refresh progress label truncating
This commit is contained in:
parent
16e7b23425
commit
299f3d421e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user