mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
enabled better characters
This commit is contained in:
@@ -168,7 +168,7 @@ static class Demo {
|
||||
passText,
|
||||
new FrameView (new Rect (3, 10, 25, 6), "Options"){
|
||||
new CheckBox (1, 0, "Remember me"),
|
||||
new RadioGroup (1, 2, new [] { "_Personal", "_Company" }),
|
||||
new RadioGroup (1, 2, new ustring [] { "_Personal", "_Company" }),
|
||||
},
|
||||
new ListView (new Rect (59, 6, 16, 4), new string [] {
|
||||
"First row",
|
||||
|
||||
Reference in New Issue
Block a user