Skip to content

Commit

Permalink
Changed the field type from bool to direction::Orientation
Browse files Browse the repository at this point in the history
  • Loading branch information
razvan.iliescu2912 committed Nov 15, 2024
1 parent 93070ac commit 1212be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cursive-core/src/views/dialog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pub struct Dialog {
// Include the top-left corner.
buttons: Vec<ChildButton>,

// 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.
Expand Down

0 comments on commit 1212be9

Please sign in to comment.