diff --git a/examples/tetris/src/gui.d b/examples/tetris/src/gui.d index d83e4724..8b6255f9 100644 --- a/examples/tetris/src/gui.d +++ b/examples/tetris/src/gui.d @@ -514,7 +514,7 @@ class StatusWidget : VerticalLayout { res.addChild(btn); } res.alignment = Align.Center; - res.layoutWidth(WRAP_CONTENT).layoutHeight(WRAP_CONTENT).margins(Rect(10.pointsToPixels, 10.pointsToPixels, 10.pointsToPixels, 10.pointsToPixels)).alignment(Align.Center); + res.layoutWidth(WRAP_CONTENT).layoutHeight(WRAP_CONTENT).margins(Rect(5.pointsToPixels, 5.pointsToPixels, 5.pointsToPixels, 5.pointsToPixels)).alignment(Align.Center); return res; } diff --git a/examples/tetris/views/res/hdpi_tetris_logo_big.png b/examples/tetris/views/res/hdpi_tetris_logo_big.png new file mode 100644 index 00000000..aa4c1a2f Binary files /dev/null and b/examples/tetris/views/res/hdpi_tetris_logo_big.png differ diff --git a/examples/tetris/views/resources.list b/examples/tetris/views/resources.list index f80322e4..33f4f2c3 100644 --- a/examples/tetris/views/resources.list +++ b/examples/tetris/views/resources.list @@ -8,6 +8,7 @@ res/popup_background.9.png res/rotate.png res/tetris_logo_big.png res/tx_fabric.jpg +res/hdpi_tetris_logo_big.png res/hdpi_arrow-down.png res/hdpi_arrow-left.png res/hdpi_arrow-right.png