modified src/ui.rs
@@ -97,7 +97,7 @@ impl<A> Frontend<A> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/widget.rs
@@ -55,7 +55,6 @@ pub trait View<S, A> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -69,13 +68,14 @@ pub trait View<S, A> {
|
|
|
|
|
|
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -201,7 +201,6 @@ where
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -217,7 +216,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -225,7 +224,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -326,7 +325,7 @@ impl<S, A> View<S, A> for Shortcuts<S, A> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -572,7 +571,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/widget/container.rs
@@ -101,7 +101,7 @@ impl<'a: 'static, S, A> View<S, A> for Header<'a, S, A> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -258,7 +258,7 @@ impl<'a: 'static, S, A> View<S, A> for Footer<'a, S, A> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -429,9 +429,9 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/widget/input.rs
@@ -159,7 +159,7 @@ impl<S, A> View<S, A> for TextField<S, A> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/widget/text.rs
@@ -170,7 +170,7 @@ impl<'a: 'static, S, A> View<S, A> for Paragraph<'a, S, A> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|