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

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

This reverts commit 8fc166d5a3.
This commit is contained in:
Delyan Angelov 2022-10-10 10:38:08 +03:00
parent 3c25f506ed
commit fa20d797a5

View File

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