summaryrefslogtreecommitdiffstats
path: root/src/btop_menu.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/btop_menu.hpp')
-rw-r--r--src/btop_menu.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/btop_menu.hpp b/src/btop_menu.hpp
index be8d3b0..0e8832f 100644
--- a/src/btop_menu.hpp
+++ b/src/btop_menu.hpp
@@ -46,12 +46,12 @@ namespace Menu {
//? Strings in content vector is not checked for box width overflow
class msgBox {
string box_contents, button_left, button_right;
- int height{}; // defaults to 0
- int width{}; // defaults to 0
- int boxtype{}; // defaults to 0
- int selected{}; // defaults to 0
- int x{}; // defaults to 0
- int y{}; // defaults to 0
+ int height{}; // defaults to 0
+ int width{}; // defaults to 0
+ int boxtype{}; // defaults to 0
+ int selected{}; // defaults to 0
+ int x{}; // defaults to 0
+ int y{}; // defaults to 0
public:
enum BoxTypes { OK, YES_NO, NO_YES };
enum msgReturn {