summaryrefslogtreecommitdiffstats
path: root/src/hbox.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/hbox.rs')
-rw-r--r--src/hbox.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hbox.rs b/src/hbox.rs
index d85bc51..edc8e4e 100644
--- a/src/hbox.rs
+++ b/src/hbox.rs
@@ -4,7 +4,7 @@ use crate::widget::{Widget, WidgetCore};
use crate::coordinates::{Coordinates, Size, Position};
use crate::fail::{HResult, HError, ErrorLog};
-#[derive(PartialEq)]
+#[derive(Debug, PartialEq)]
pub struct HBox<T: Widget> {
pub core: WidgetCore,
pub widgets: Vec<T>,