From 44f3895d34bbe3c70e281603b0374d459969a2c0 Mon Sep 17 00:00:00 2001 From: Adriaan Wormgoor Date: Wed, 18 Sep 2013 20:43:00 +0200 Subject: [PATCH] small change to make settings page appear directly over the d3d interface --- css/settingsPopup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/settingsPopup.css b/css/settingsPopup.css index f2800c0..1b518a4 100644 --- a/css/settingsPopup.css +++ b/css/settingsPopup.css @@ -4,7 +4,7 @@ position: absolute; top: 0px; left: 0px; - width: 100%; + width: 1024px; height: 100%; display:none; }