modified src/issue/main.rs
@@ -35,6 +35,7 @@ Options
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/patch/main.rs
@@ -35,6 +35,7 @@ Options
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/ui/layout.rs
@@ -42,7 +42,7 @@ pub fn v_stack(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -64,7 +64,7 @@ pub fn h_stack(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/state.rs
@@ -36,9 +36,8 @@ impl ItemState {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
|
|
|
|
|
@@ -102,9 +101,8 @@ impl FormState {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
|
|
|
|
|
modified src/ui/widget/context.rs
@@ -132,7 +132,7 @@ pub struct ContextBar {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/widget/form.rs
@@ -182,12 +182,12 @@ pub struct Form {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/widget/label.rs
@@ -95,7 +95,7 @@ pub struct Textarea {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -163,7 +163,10 @@ impl WidgetComponent for Textarea {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|