modified src/ui/theme.rs
@@ -43,7 +43,7 @@ pub mod style {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/widget.rs
@@ -276,7 +276,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -435,7 +435,6 @@ where
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -450,7 +449,6 @@ where
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified src/ui/widget/container.rs
@@ -17,7 +17,6 @@ pub struct HeaderProps<'a> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -26,11 +25,6 @@ impl<'a> HeaderProps<'a> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -44,7 +38,6 @@ impl<'a> Default for HeaderProps<'a> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -64,11 +57,6 @@ impl<'a, S, A> Header<'a, S, A> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -101,7 +89,7 @@ impl<'a: 'static, S, A> Widget for Header<'a, S, A> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -136,10 +124,12 @@ impl<'a: 'static, S, A> Widget for Header<'a, S, A> {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -169,7 +159,6 @@ pub struct FooterProps<'a> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -183,11 +172,6 @@ impl<'a> FooterProps<'a> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -196,7 +180,6 @@ impl<'a> Default for FooterProps<'a> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -222,11 +205,6 @@ impl<'a, S, A> Footer<'a, S, A> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -275,7 +253,7 @@ impl<'a: 'static, S, A> Widget for Footer<'a, S, A> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -298,6 +276,8 @@ impl<'a: 'static, S, A> Widget for Footer<'a, S, A> {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -305,7 +285,7 @@ impl<'a: 'static, S, A> Widget for Footer<'a, S, A> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -316,7 +296,6 @@ impl<'a: 'static, S, A> Widget for Footer<'a, S, A> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -325,11 +304,6 @@ impl ContainerProps {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -409,7 +383,7 @@ impl<S, A> Widget for Container<S, A> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -434,22 +408,24 @@ impl<S, A> Widget for Container<S, A> {
|
|
|
|
|
|
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/widget/text.rs
@@ -10,7 +10,6 @@ use super::{BaseView, Properties, RenderProps, Widget, WidgetState};
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -27,18 +26,12 @@ impl<'a> ParagraphProps<'a> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|