aboutsummaryrefslogtreecommitdiffstats
path: root/src/display.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-17 07:07:50 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-17 07:12:24 -0400
commit31ab49d6d3661e7d8afd4d89ba4715a81a82079d (patch)
treefcae38b02efce2009a4857cfdebb077c5956ab63 /src/display.rs
parent6011682296a68302ff151e7a085a9d60d4afb8be (diff)
downloadynab-reimbursements-31ab49d6d3661e7d8afd4d89ba4715a81a82079d.tar.gz
ynab-reimbursements-31ab49d6d3661e7d8afd4d89ba4715a81a82079d.zip
add a border around the dialogs
Diffstat (limited to 'src/display.rs')
-rw-r--r--src/display.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display.rs b/src/display.rs
index 5380c5f..cbe0459 100644
--- a/src/display.rs
+++ b/src/display.rs
@@ -8,7 +8,7 @@ pub fn theme() -> cursive::theme::Theme {
cursive::theme::Color::TerminalDefault;
cursive::theme::Theme {
shadow: false,
- borders: cursive::theme::BorderStyle::None,
+ borders: cursive::theme::BorderStyle::Simple,
palette,
}
}