Skip to content

Commit

Permalink
Sync status bar with two theta slider selection in Explore tab view
Browse files Browse the repository at this point in the history
  • Loading branch information
koshchii committed Jun 19, 2024
1 parent 1ec64e9 commit 6efec9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Charts.Plotly2DTwoThetaRings {
//useWebGL: Globals.Proxies.main.plotting.useWebGL1d


xAxisTitle: "x, mm"
yAxisTitle: "y, mm"
//xAxisTitle: "x, mm"
yAxisTitle: "AAAAAA"
}
4 changes: 2 additions & 2 deletions EasyTextureApp/Gui/Components/Pages/Explore/SideBarBasic.qml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ import EasyApp.Gui.Components as EaComponents
EaComponents.SideBarColumn {

EaElements.GroupBox {
title: qsTr("Select 2-theta Ring")
title: qsTr("Select Ring")
collapsible: false

Loader { source: 'SideBarBasic/TwoThetaSlider.qml' }
}

EaElements.GroupBox {
title: qsTr("Select gamma-Slice Width")
title: qsTr("Select γ-Slice Width")
collapsible: false

Loader { source: 'SideBarBasic/GammaSliceSelector.qml' }
Expand Down

0 comments on commit 6efec9b

Please sign in to comment.