summaryrefslogtreecommitdiff
path: root/src/layout/fixed.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout/fixed.rs')
-rw-r--r--src/layout/fixed.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/layout/fixed.rs b/src/layout/fixed.rs
index 5b103f9a..b7c58523 100644
--- a/src/layout/fixed.rs
+++ b/src/layout/fixed.rs
@@ -3,6 +3,7 @@ use decorum::N64;
use super::*;
/// A node that can fix its child's width and height.
+#[derive(Debug)]
#[cfg_attr(feature = "layout-cache", derive(Hash))]
pub struct FixedNode {
/// The fixed width, if any.