From 067c936be7778ef24bde19cb041ff78449dc9ab7 Mon Sep 17 00:00:00 2001 From: Michael Wiebusch Date: Mon, 5 Aug 2013 17:36:00 +0200 Subject: [PATCH] correted prev image size --- layout/testgui.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/testgui.css b/layout/testgui.css index 2f49da9..7a89f6f 100644 --- a/layout/testgui.css +++ b/layout/testgui.css @@ -17,8 +17,8 @@ } .previewArea { - width:576px; - height:288px; + width:800px; + height:400px; text-align:center; } -- 2.43.0