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 8896c2e commit 561fd02Copy full SHA for 561fd02
virtual-display-driver-control/src/ui/main_window.rs
@@ -66,7 +66,7 @@ impl<'a> MainWindow<'a> {
66
// compare to this one
67
let height = ui.min_rect().height();
68
rect.set_top(rect.top() + height + 10.0);
69
- rect.set_bottom(rect.bottom() + (height / 2.0) + 6.0);
+ rect.set_bottom(rect.bottom() + height - 1.5);
70
rect.set_left(rect.left() - 2.0);
71
rect.set_right(rect.right() + 2.0);
72
0 commit comments