We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa9fea commit ba0c3c8Copy full SHA for ba0c3c8
ui/debug_page.slint
@@ -64,6 +64,7 @@ export component CanTransmitData inherits Rectangle {
64
text: "Extended Frame";
65
}
66
can_id := LineEdit {
67
+ width: 200px;
68
placeholder-text: "ID (hex) - eg: 1814FF12";
69
edited => {
70
can_id_check = can_id_check_string(is_extended.checked, can_id.text);
@@ -73,6 +74,7 @@ export component CanTransmitData inherits Rectangle {
73
74
is_ok: can_id_check;
75
76
can_data := LineEdit {
77
78
placeholder-text: "data (hex) - eg: 1A2B3C4D";
79
80
can_data_check = can_data_check_string(can_data.text);
0 commit comments