Skip to content
Snippets Groups Projects

Fix gain PV names by removing new line

Merged Juliano Murari requested to merge fix_bpmmanager_instance into master
1 file
+ 3
6
Compare changes
  • Side-by-side
  • Inline
@@ -1093,8 +1093,7 @@
</widget>
<widget type="combo" version="2.0.0">
<name>Combo Box</name>
<pv_name>$(P)$(R)RFGain
</pv_name>
<pv_name>$(P)$(R)RFGain</pv_name>
<x>240</x>
<y>440</y>
<width>260</width>
@@ -1444,8 +1443,7 @@
</widget>
<widget type="combo" version="2.0.0">
<name>Combo Box_1</name>
<pv_name>$(P)$(BPM_PAIR)-RL1Gain
</pv_name>
<pv_name>$(P)$(BPM_PAIR)-RL1Gain</pv_name>
<x>240</x>
<y>646</y>
<width>260</width>
@@ -1454,8 +1452,7 @@
</widget>
<widget type="combo" version="2.0.0">
<name>Combo Box_2</name>
<pv_name>$(P)$(BPM_PAIR)-RL2Gain
</pv_name>
<pv_name>$(P)$(BPM_PAIR)-RL2Gain</pv_name>
<x>240</x>
<y>682</y>
<width>260</width>
Loading