mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-14 22:35:14 +00:00
Small spelling fix
This commit is contained in:
parent
fc491b167f
commit
21f9850b43
2 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@
|
||||||
<label for="style_combo">Style:</label>
|
<label for="style_combo">Style:</label>
|
||||||
<select id="style_combo">
|
<select id="style_combo">
|
||||||
<option value="fluent">fluent</option>
|
<option value="fluent">fluent</option>
|
||||||
<option value="ugly">ulgy</option>
|
<option value="ugly">ugly</option>
|
||||||
</select>
|
</select>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ struct Cli {
|
||||||
#[structopt(name = "path to .60 file", parse(from_os_str))]
|
#[structopt(name = "path to .60 file", parse(from_os_str))]
|
||||||
path: std::path::PathBuf,
|
path: std::path::PathBuf,
|
||||||
|
|
||||||
/// The style name ('native', or 'ulgy')
|
/// The style name ('native', or 'ugly')
|
||||||
#[structopt(long, name = "style name", default_value)]
|
#[structopt(long, name = "style name", default_value)]
|
||||||
style: String,
|
style: String,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue