Changed some strings to be stored as ImString directly
This commit is contained in:
parent
f8bb5d07c4
commit
44a065c8c7
2 changed files with 19 additions and 16 deletions
|
@ -30,7 +30,7 @@ fn show_basic_plot(ui: &Ui, plot_ui: &PlotUi) {
|
|||
|
||||
fn show_configurable_plot(ui: &Ui, plot_ui: &PlotUi) {
|
||||
ui.text(im_str!(
|
||||
"This header demos what we can configure about plots."
|
||||
"This header demos what we can configure about plots. €."
|
||||
));
|
||||
|
||||
// Settings for the plot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue