Skip to content

Commit f139482

Browse files
committed
WIP style
1 parent 47dd6ac commit f139482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/picker/group_box/group/ansi.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ impl PickerAnsiGroup {
115115
let key = PickerKey::new(name, width);
116116
fixed.put(&key, x, y);
117117
keys.push(key);
118-
x += (48.0 * width) as i32
118+
x += (48.0 * width) as i32 + 4
119119
}
120-
y += 48;
120+
y += 48 + 4;
121121
}
122122

123123
PickerAnsiGroup {

0 commit comments

Comments
 (0)