Skip to content

Commit

Permalink
UI update.
Browse files Browse the repository at this point in the history
  • Loading branch information
bor-T committed Nov 17, 2023
1 parent 47856af commit 3f3bd94
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions res/main/ui/dynamics/gate/multiband/lr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
</ui:for>
<mesh id="ifg_l" oy=":_ui_zoomable_spectrum_graph ? 1 : 3" width="0" color="left_in" color.a="0.8" fcolor.a="0.8" fill="true" fcolor="left_in" visibility=":ife_l"/>
<mesh id="ifg_r" oy=":_ui_zoomable_spectrum_graph ? 1 : 3" width="0" color="right_in" color.a="0.8" fcolor.a="0.8" fill="true" fcolor="right_in" visibility=":ife_r"/>
<mesh id="ofg_l" oy=":_ui_zoomable_spectrum_graph ? 1 : 3" width="3" color="left" visibility=":ofe_l"/>
<mesh id="ofg_r" oy=":_ui_zoomable_spectrum_graph ? 1 : 3" width="3" color="right" visibility=":ofe_r"/>
<mesh id="ofg_l" oy=":_ui_zoomable_spectrum_graph ? 1 : 3" width="2" color="left" visibility=":ofe_l"/>
<mesh id="ofg_r" oy=":_ui_zoomable_spectrum_graph ? 1 : 3" width="2" color="right" visibility=":ofe_r"/>

<mesh id="ag_l" width="3" color="left" smooth="true"/>
<mesh id="ag_r" width="3" color="right" smooth="true"/>
Expand Down
2 changes: 1 addition & 1 deletion res/main/ui/dynamics/gate/multiband/mono.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</ui:for>

<mesh id="ifg" oy=":_ui_zoomable_spectrum_graph ? 1 : 3" width="0" color="mono_in" color.a="0.8" fcolor.a="0.8" fill="true" fcolor="mono_in" visibility=":ife"/>
<mesh id="ofg" oy=":_ui_zoomable_spectrum_graph ? 1 : 3" width="3" color="mono" visibility=":ofe"/>
<mesh id="ofg" oy=":_ui_zoomable_spectrum_graph ? 1 : 3" width="2" color="mono" visibility=":ofe"/>
<mesh id="ag" width="3" color="mono" smooth="true"/>

<!-- Boundaries -->
Expand Down
4 changes: 2 additions & 2 deletions res/main/ui/dynamics/gate/multiband/ms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
</ui:for>
<mesh id="ifg_m" oy=":_ui_zoomable_spectrum_graph ? 1 : 3" width="0" color="mid_in" color.a="0.8" fcolor.a="0.8" fill="true" fcolor="mid_in" visibility=":ife_m"/>
<mesh id="ifg_s" oy=":_ui_zoomable_spectrum_graph ? 1 : 3" width="0" color="side_in" color.a="0.8" fcolor.a="0.8" fill="true" fcolor="side_in" visibility=":ife_s"/>
<mesh id="ofg_m" oy=":_ui_zoomable_spectrum_graph ? 1 : 3" width="3" color="mid" visibility=":ofe_m"/>
<mesh id="ofg_s" oy=":_ui_zoomable_spectrum_graph ? 1 : 3" width="3" color="side" visibility=":ofe_s"/>
<mesh id="ofg_m" oy=":_ui_zoomable_spectrum_graph ? 1 : 3" width="2" color="mid" visibility=":ofe_m"/>
<mesh id="ofg_s" oy=":_ui_zoomable_spectrum_graph ? 1 : 3" width="2" color="side" visibility=":ofe_s"/>

<mesh id="ag_m" width="3" color="mid" smooth="true"/>
<mesh id="ag_s" width="3" color="side" smooth="true"/>
Expand Down
4 changes: 2 additions & 2 deletions res/main/ui/dynamics/gate/multiband/stereo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
</ui:for>
<mesh id="ifg_l" oy=":_ui_zoomable_spectrum_graph ? 1 : 3" width="0" color="left_in" color.a="0.8" fcolor.a="0.8" fill="true" fcolor="left_in" visibility=":ife_l"/>
<mesh id="ifg_r" oy=":_ui_zoomable_spectrum_graph ? 1 : 3" width="0" color="right_in" color.a="0.8" fcolor.a="0.8" fill="true" fcolor="right_in" visibility=":ife_r"/>
<mesh id="ofg_l" oy=":_ui_zoomable_spectrum_graph ? 1 : 3" width="3" color="left" visibility=":ofe_l"/>
<mesh id="ofg_r" oy=":_ui_zoomable_spectrum_graph ? 1 : 3" width="3" color="right" visibility=":ofe_r"/>
<mesh id="ofg_l" oy=":_ui_zoomable_spectrum_graph ? 1 : 3" width="2" color="left" visibility=":ofe_l"/>
<mesh id="ofg_r" oy=":_ui_zoomable_spectrum_graph ? 1 : 3" width="2" color="right" visibility=":ofe_r"/>

<mesh id="ag_l" width="3" color="bright_cyan" smooth="true" visibility="!:ssplit"/>
<mesh id="ag_l" width="3" color="left" smooth="true" visibility=":ssplit"/>
Expand Down

0 comments on commit 3f3bd94

Please sign in to comment.