We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f7e5a4 commit c8d3e32Copy full SHA for c8d3e32
chewing_tip/src/ts/ui_elements/candidate_list.rs
@@ -266,8 +266,8 @@ impl View for RenderedView {
266
let width = width as f32;
267
let height = height as f32;
268
// Convert to HW pixels
269
- let hw_width = width * scale + 10.0;
270
- let hw_height = height * scale + 10.0;
+ let hw_width = width * scale + 25.0;
+ let hw_height = height * scale + 25.0;
271
Ok(RenderedMetrics {
272
width,
273
height,
0 commit comments