lib/ui: Spacing must be explicitely set for table
modified bin/commands/inbox/list.rs
@@ -373,6 +373,7 @@ impl App {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified bin/commands/issue/list.rs
@@ -1361,6 +1361,7 @@ pub mod v2 {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified bin/commands/patch/list.rs
@@ -343,6 +343,7 @@ impl App {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified bin/commands/patch/review.rs
@@ -354,6 +354,7 @@ impl App<'_> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified bin/ui/im.rs
@@ -138,6 +138,7 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified examples/selection.rs
@@ -109,6 +109,7 @@ impl Show<Message> for App {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/ui/im.rs
@@ -558,12 +558,15 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/ui/im/widget.rs
@@ -308,6 +308,7 @@ pub struct Table<'a, R, const W: usize> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -329,6 +330,7 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -340,6 +342,11 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -446,7 +453,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|