From cdfb9499bc29d0ca00dd6eafd512e25b8e1ca9e0 Mon Sep 17 00:00:00 2001 From: Benjamin Bolling <benjaminbolling@ci0021286.esss.lu.se> Date: Mon, 17 Feb 2020 08:02:17 +0100 Subject: [PATCH] Added a detach option for the RF systems overview screen as well. --- .../collectedOPIs_01_cavities.bob | 11 +++++++++++ .../collectedOPIs_01_cavs_overview.bob | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/NON-APPROVED/COMMON/OPERATOR-OVERVIEW-OPIS/collectedOPIs_01_cavities.bob b/NON-APPROVED/COMMON/OPERATOR-OVERVIEW-OPIS/collectedOPIs_01_cavities.bob index 059246e0..09579aa2 100644 --- a/NON-APPROVED/COMMON/OPERATOR-OVERVIEW-OPIS/collectedOPIs_01_cavities.bob +++ b/NON-APPROVED/COMMON/OPERATOR-OVERVIEW-OPIS/collectedOPIs_01_cavities.bob @@ -95,6 +95,17 @@ <widget type="action_button" version="3.0.0"> <name>DetachButton</name> <actions> + <action type="open_display"> + <file>detachwindowcontainer.bob</file> + <macros> + <detachwindowpath>collectedOPIs_01_cavs_overview.bob</detachwindowpath> + <windowheight>500</windowheight> + <windowtitle>RF Systems Overview</windowtitle> + <windowwidth>1420</windowwidth> + </macros> + <target>window</target> + <description>Detach RF Overview</description> + </action> <action type="open_display"> <file>detachwindowcontainer.bob</file> <macros> diff --git a/NON-APPROVED/COMMON/OPERATOR-OVERVIEW-OPIS/collectedOPIs_01_cavs_overview.bob b/NON-APPROVED/COMMON/OPERATOR-OVERVIEW-OPIS/collectedOPIs_01_cavs_overview.bob index 722414b1..f1b75245 100644 --- a/NON-APPROVED/COMMON/OPERATOR-OVERVIEW-OPIS/collectedOPIs_01_cavs_overview.bob +++ b/NON-APPROVED/COMMON/OPERATOR-OVERVIEW-OPIS/collectedOPIs_01_cavs_overview.bob @@ -78,8 +78,8 @@ <RF_LPS_path>$(ROOT)/ess-opis/ess-opis/NON-APPROVED/TS2/ts2-010rfc-rflps/01_mainRFQ.bob</RF_LPS_path> <RFpowerFile>./EmbedddedWindows/em_rf_rr.bob</RFpowerFile> </macros> - <width>2350</width> - <height>1240</height> + <width>1410</width> + <height>480</height> <background_color> <color name="Transparent" red="255" green="255" blue="255" alpha="0"> </color> -- GitLab