From cd6ef8599eb220a0cdb4763d3cbed35b963b1341 Mon Sep 17 00:00:00 2001 From: rivers Date: Tue, 14 Feb 2012 20:26:38 +0000 Subject: [PATCH] Minor formatting change git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@14482 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- ADApp/op/adl/NDTimeSeries.adl | 59 +++++++++++++++++++++-------------- 1 file changed, 35 insertions(+), 24 deletions(-) diff --git a/ADApp/op/adl/NDTimeSeries.adl b/ADApp/op/adl/NDTimeSeries.adl index 17c6211..ca8dfc2 100644 --- a/ADApp/op/adl/NDTimeSeries.adl +++ b/ADApp/op/adl/NDTimeSeries.adl @@ -87,30 +87,6 @@ display { 1a7309, } } -rectangle { - object { - x=25 - y=5 - width=450 - height=25 - } - "basic attribute" { - clr=54 - } -} -text { - object { - x=205 - y=5 - width=96 - height=25 - } - "basic attribute" { - clr=0 - } - textix="$(P)$(R)$(PLT)" - align="horiz. centered" -} "cartesian plot" { object { x=10 @@ -342,3 +318,38 @@ composite { } } } +composite { + object { + x=25 + y=5 + width=450 + height=25 + } + "composite name"="" + children { + rectangle { + object { + x=25 + y=5 + width=450 + height=25 + } + "basic attribute" { + clr=54 + } + } + text { + object { + x=205 + y=5 + width=96 + height=25 + } + "basic attribute" { + clr=0 + } + textix="$(P)$(R)$(PLT)" + align="horiz. centered" + } + } +}