mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 04:45:13 +00:00
Janitor: Fix typos in comments and user-facing strings
Also adapt tests for error messages containing the fixed strings. No behavior change is intended!
This commit is contained in:
parent
4b12ed03cf
commit
13d7f5e7bd
96 changed files with 290 additions and 288 deletions
|
@ -89,7 +89,7 @@ int main()
|
|||
DashboardBuilder builder;
|
||||
|
||||
// The widgets and their position is hardcoded for now, but one could imagine getting this
|
||||
// from a config file, and istentiating the widgets with a factory function
|
||||
// from a config file, and instantiating the widgets with a factory function
|
||||
builder.add_top_bar_widget(std::make_shared<ClockWidget>());
|
||||
builder.add_grid_widget(std::make_shared<PlaceholderWidget>("Usage"), { 0, 0, 2 });
|
||||
builder.add_grid_widget(std::make_shared<PlaceholderWidget>("IndoorTemperature"), { 0, 1 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue