From fa20d797a5c0649669e9134a3f649a36b39fafad Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 10 Oct 2022 10:38:08 +0300 Subject: [PATCH] Revert "examples: increase the window size of drag_n_drop.v a little (test CI)" This reverts commit 8fc166d5a3065590e2770e084442d17f63d0defb. --- examples/gg/drag_n_drop.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/gg/drag_n_drop.v b/examples/gg/drag_n_drop.v index 46ed7a9500..608703569b 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: 640 - height: 480 + width: 600 + height: 400 window_title: 'Drag and drop' frame_fn: frame font_path: font_path