Quantcast

Added a space for the close button at the top

Kevin Lyles [11-25-09 - 10:05]
Added a space for the close button at the top
Filename
config.xml
diff --git a/config.xml b/config.xml
index fc8dc0e..58607a4 100644
--- a/config.xml
+++ b/config.xml
@@ -58,8 +58,12 @@
 			</Button>
 			<Frame name="$parentCalculationOptions" parentKey="calculationOptions" inherits="ww_borderedFrame">
 				<Anchors>
-					<Anchor point="TOPLEFT"/>
-					<Anchor point="TOPRIGHT"/>
+					<Anchor point="TOPLEFT">
+						<Offset>
+							<AbsDimension y="-25"/>
+						</Offset>
+					</Anchor>
+					<Anchor point="RIGHT"/>
 				</Anchors>
 				<Size>
 					<AbsDimension y="200"/>