Skip to content

Commit

Permalink
remove line break
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Nielsen committed Nov 29, 2023
1 parent c55327f commit 30465f7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ static FloorFilter()
};
subtitleLabel.SetAppThemeColor(Label.TextColorProperty, Color.FromArgb("#2e2e2e"), Color.FromArgb("#aaa"));
subtitleLabel.SetBinding(Label.TextProperty, "Site.Name");
textStack.Children.Add(titleLabel);
textStack.Children.Add(subtitleLabel);
Grid.SetRow(titleLabel, 0);
Expand Down

0 comments on commit 30465f7

Please sign in to comment.