summaryrefslogtreecommitdiffstats
path: root/pure/src/helpers.rs
diff options
context:
space:
mode:
Diffstat (limited to 'pure/src/helpers.rs')
-rw-r--r--pure/src/helpers.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/pure/src/helpers.rs b/pure/src/helpers.rs
index 2c4a37be..746b807d 100644
--- a/pure/src/helpers.rs
+++ b/pure/src/helpers.rs
@@ -202,7 +202,7 @@ pub fn horizontal_rule<'a>(height: u16) -> widget::Rule<'a> {
///
/// [`Rule`]: widget::Rule
pub fn vertical_rule<'a>(width: u16) -> widget::Rule<'a> {
- widget::Rule::horizontal(width)
+ widget::Rule::vertical(width)
}
/// Creates a new [`ProgressBar`].