cookbook: Made stage slightly smaller for scroll event example
Reduced the size of the stage to make for a smaller video.
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
#include <clutter/clutter.h>
|
#include <clutter/clutter.h>
|
||||||
|
|
||||||
#define STAGE_HEIGHT 400
|
#define STAGE_HEIGHT 300
|
||||||
#define STAGE_WIDTH STAGE_HEIGHT
|
#define STAGE_WIDTH STAGE_HEIGHT
|
||||||
#define SCROLL_AMOUNT STAGE_HEIGHT * 0.125
|
#define SCROLL_AMOUNT STAGE_HEIGHT * 0.125
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user