1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

examples: increase the window size of drag_n_drop.v a little (test CI)

This commit is contained in:
Delyan Angelov 2022-10-10 04:04:27 +03:00
parent a7b2b3c70e
commit 8fc166d5a3
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -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