Skip to content

Commit

Permalink
Fixed axis subscriptions in the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Nov 11, 2024
1 parent d11647a commit e37f465
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*******************************************************************************

=== 1.0.23 ===

* Fixed axis subscriptions in the UI.

=== 1.0.22 ===
* Fixes for compilation with newer GCC.
Expand Down
18 changes: 9 additions & 9 deletions res/main/ui/util/oscilloscope/x1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

<!-- Text -->
<ui:with y="-1" halign="1" valign="1">
<text x="-1" text="X"/>
<text x="-1" text="graph.axis.x"/>
<text x="-0.75" text="-0.75"/>
<text x="-0.5" text="-0.5"/>
<text x="-0.25" text="-0.25"/>
Expand All @@ -82,14 +82,14 @@
</ui:with>

<ui:with x="-1" halign="1" valign="-1">
<text x="-1" text="Y"/>
<text x="-0.75" text="-0.75"/>
<text x="-0.5" text="-0.5"/>
<text x="-0.25" text="-0.25"/>
<text x="0" text="0"/>
<text x="0.25" text="0.25"/>
<text x="0.5" text="0.5"/>
<text x="0.75" text="0.75"/>
<text y="-0.75" text="-0.75"/>
<text y="-0.5" text="-0.5"/>
<text y="-0.25" text="-0.25"/>
<text y="0" text="0"/>
<text y="0.25" text="0.25"/>
<text y="0.5" text="0.5"/>
<text y="0.75" text="0.75"/>
<text y="1" text="graph.axis.y"/>
</ui:with>
</graph>
</group>
Expand Down
18 changes: 9 additions & 9 deletions res/main/ui/util/oscilloscope/x2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

<!-- Text -->
<ui:with y="-1" halign="1" valign="1">
<text x="-1" text="X"/>
<text x="-1" text="graph.axis.x"/>
<text x="-0.75" text="-0.75"/>
<text x="-0.5" text="-0.5"/>
<text x="-0.25" text="-0.25"/>
Expand All @@ -96,14 +96,14 @@
</ui:with>

<ui:with x="-1" halign="1" valign="-1">
<text x="-1" text="Y"/>
<text x="-0.75" text="-0.75"/>
<text x="-0.5" text="-0.5"/>
<text x="-0.25" text="-0.25"/>
<text x="0" text="0"/>
<text x="0.25" text="0.25"/>
<text x="0.5" text="0.5"/>
<text x="0.75" text="0.75"/>
<text y="-0.75" text="-0.75"/>
<text y="-0.5" text="-0.5"/>
<text y="-0.25" text="-0.25"/>
<text y="0" text="0"/>
<text y="0.25" text="0.25"/>
<text y="0.5" text="0.5"/>
<text y="0.75" text="0.75"/>
<text y="1" text="graph.axis.y"/>
</ui:with>
</graph>
</group>
Expand Down
18 changes: 9 additions & 9 deletions res/main/ui/util/oscilloscope/x4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

<!-- Text -->
<ui:with y="-1" halign="1" valign="1">
<text x="-1" text="X"/>
<text x="-1" text="graph.axis.x"/>
<text x="-0.75" text="-0.75"/>
<text x="-0.5" text="-0.5"/>
<text x="-0.25" text="-0.25"/>
Expand All @@ -112,14 +112,14 @@
</ui:with>

<ui:with x="-1" halign="1" valign="-1">
<text x="-1" text="Y"/>
<text x="-0.75" text="-0.75"/>
<text x="-0.5" text="-0.5"/>
<text x="-0.25" text="-0.25"/>
<text x="0" text="0"/>
<text x="0.25" text="0.25"/>
<text x="0.5" text="0.5"/>
<text x="0.75" text="0.75"/>
<text y="-0.75" text="-0.75"/>
<text y="-0.5" text="-0.5"/>
<text y="-0.25" text="-0.25"/>
<text y="0" text="0"/>
<text y="0.25" text="0.25"/>
<text y="0.5" text="0.5"/>
<text y="0.75" text="0.75"/>
<text y="1" text="graph.axis.y"/>
</ui:with>
</graph>
</group>
Expand Down

0 comments on commit e37f465

Please sign in to comment.