From ad4471f70cf5672aeef75ecbbbd8574b7a284602 Mon Sep 17 00:00:00 2001 From: MaximRussia Date: Wed, 7 Dec 2011 14:01:53 +0000 Subject: GUI: Improved pop up and scrollbar arrows look Previous triangle drawing was all wrong, rewrote it from the scratch. Added padding to drawsteps in stx files --- graphics/VectorRenderer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'graphics/VectorRenderer.h') diff --git a/graphics/VectorRenderer.h b/graphics/VectorRenderer.h index ec8a8f7245..87706a36f5 100644 --- a/graphics/VectorRenderer.h +++ b/graphics/VectorRenderer.h @@ -55,6 +55,8 @@ struct DrawStep { bool autoWidth, autoHeight; int16 x, y, w, h; /**< width, height and position, if not measured automatically. negative values mean counting from the opposite direction */ + + Common::Rect padding; enum VectorAlignment { kVectorAlignManual, -- cgit v1.2.3