From 1212be98be3fe2828aa47d8c2e62c45b1c4d78d4 Mon Sep 17 00:00:00 2001 From: "razvan.iliescu2912" Date: Fri, 15 Nov 2024 18:10:01 +0200 Subject: [PATCH] Changed the field type from bool to direction::Orientation --- cursive-core/src/views/dialog.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cursive-core/src/views/dialog.rs b/cursive-core/src/views/dialog.rs index 1add836f..da62067b 100644 --- a/cursive-core/src/views/dialog.rs +++ b/cursive-core/src/views/dialog.rs @@ -93,7 +93,7 @@ pub struct Dialog { // Include the top-left corner. buttons: Vec, - // Option to set the buttons as a list next to the dialog box + // Option to change the orientation of the buttons in the dialog box button_orientation: direction::Orientation, // Padding around the inner view.