modified src/app/event.rs
@@ -2,7 +2,9 @@ use tuirealm::command::{Cmd, CmdResult, Direction as MoveDirection};
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/ui/layout.rs
@@ -207,8 +207,11 @@ pub fn centered_rect(percent_x: u16, percent_y: u16, r: Rect) -> Rect {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/ui/widget/common.rs
@@ -11,7 +11,7 @@ use context::{Shortcut, Shortcuts};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -28,7 +28,7 @@ pub fn label(content: &str) -> Widget<Label> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/widget/common/container.rs
@@ -115,7 +115,7 @@ impl WidgetComponent for Tabs {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|