diff --git a/examples/gg/drag_n_drop.v b/examples/gg/drag_n_drop.v index 608703569b..46ed7a9500 100644 --- a/examples/gg/drag_n_drop.v +++ b/examples/gg/drag_n_drop.v @@ -24,8 +24,8 @@ fn main() { } app.gg = gg.new_context( bg_color: gx.rgb(174, 198, 255) - width: 600 - height: 400 + width: 640 + height: 480 window_title: 'Drag and drop' frame_fn: frame font_path: font_path