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:
parent
a7b2b3c70e
commit
8fc166d5a3
@ -24,8 +24,8 @@ fn main() {
|
|||||||
}
|
}
|
||||||
app.gg = gg.new_context(
|
app.gg = gg.new_context(
|
||||||
bg_color: gx.rgb(174, 198, 255)
|
bg_color: gx.rgb(174, 198, 255)
|
||||||
width: 600
|
width: 640
|
||||||
height: 400
|
height: 480
|
||||||
window_title: 'Drag and drop'
|
window_title: 'Drag and drop'
|
||||||
frame_fn: frame
|
frame_fn: frame
|
||||||
font_path: font_path
|
font_path: font_path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user