Skip to content

Commit

Permalink
chore: Adjust spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Nov 4, 2024
1 parent a0e853b commit d199e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.UI.RemoteControl.VS/EntryPoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ private async Task CreateInfoBarAsync(NotificationRequestIdeMessage e, IVsShell
new InfoBarModel(
new ActionBarTextSpan[] {
new(e.Title, Bold: true),
new(e.Message)
new(" " + e.Message)
},
e.Commands.Select(Commands => new ActionBarItem(Commands.Text, Commands.Name, ActionContext: Commands.Parameter, IsButton: true)).ToArray(),
e.Kind == NotificationKind.Information ? KnownMonikers.StatusInformation : KnownMonikers.StatusError,
Expand Down

0 comments on commit d199e0d

Please sign in to comment.