mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 23:27:22 +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>
|
||||
<select id="style_combo">
|
||||
<option value="fluent">fluent</option>
|
||||
<option value="ugly">ulgy</option>
|
||||
<option value="ugly">ugly</option>
|
||||
</select>
|
||||
</p>
|
||||
|
||||
|
@ -50,4 +50,4 @@
|
|||
crossorigin="anonymous"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
|
@ -28,7 +28,7 @@ struct Cli {
|
|||
#[structopt(name = "path to .60 file", parse(from_os_str))]
|
||||
path: std::path::PathBuf,
|
||||
|
||||
/// The style name ('native', or 'ulgy')
|
||||
/// The style name ('native', or 'ugly')
|
||||
#[structopt(long, name = "style name", default_value)]
|
||||
style: String,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue