Skip to content

Commit

Permalink
Minor UI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbaird committed Sep 16, 2024
1 parent 016ba25 commit d7d05ea
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Ice/Settings/SettingsPanes/GeneralSettingsPane.swift
Original file line number Diff line number Diff line change
Expand Up @@ -250,18 +250,19 @@ struct GeneralSettingsPane: View {
Text("Menu bar item spacing")
BetaBadge()
}
.offset(y: -3)
}
}
.annotation("Applying this setting will relaunch all apps with menu bar items. Some apps may need to be manually relaunched.")
.annotation(
"Applying this setting will relaunch all apps with menu bar items. Some apps may need to be manually relaunched.",
spacing: 2
)
.annotation(spacing: 10, font: .callout.bold()) {
GroupBox {
IceSection {
Label {
Text("Beta Note: You may need to log out and back in for this setting to apply properly.")
Text("Note: You may need to log out and back in for this setting to apply properly.")
} icon: {
Image(systemName: "exclamationmark.circle")
}
.padding(4)
}
}
.onAppear {
Expand Down

0 comments on commit d7d05ea

Please sign in to comment.