13 lines
369 B
Diff
13 lines
369 B
Diff
diff --git a/src/shell.rs b/src/shell.rs
|
|
index c631762..7319c1d 100644
|
|
--- a/src/shell.rs
|
|
+++ b/src/shell.rs
|
|
@@ -1577,7 +1577,7 @@ impl State {
|
|
level_idx: level,
|
|
x,
|
|
y,
|
|
- width,
|
|
+ width: width*8,
|
|
height,
|
|
max_width: self.max_popup_width(),
|
|
};
|