Skip to content

Commit

Permalink
fixed the order
Browse files Browse the repository at this point in the history
  • Loading branch information
Eism committed Jan 22, 2025
1 parent 37553a6 commit 940352b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/notation/view/internal/dynamicpopupmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ static const QList<QList<DynamicPopupModel::PageItem> > DYN_POPUP_PAGES = {
{ DynamicType::PPPPPP, 74, 2.0, DynamicPopupModel::Dynamic },
{ DynamicType::FFFFFF, 60, 2.5, DynamicPopupModel::Dynamic },
},
{ // Page 6
{ // Page 6 - Hairpins
{ DynamicType::OTHER, 62, 0.0, DynamicPopupModel::Crescendo },
{ DynamicType::OTHER, 62, 0.0, DynamicPopupModel::Decrescendo },
},
{ // Page 7
{ DynamicType::PPPPP, 64, 2.0, DynamicPopupModel::Dynamic },
{ DynamicType::PPPP, 52, 2.0, DynamicPopupModel::Dynamic },
{ DynamicType::PPP, 44, 2.0, DynamicPopupModel::Dynamic },
},
{ // Page 7 - Hairpins
{ DynamicType::OTHER, 62, 0.0, DynamicPopupModel::Crescendo },
{ DynamicType::OTHER, 62, 0.0, DynamicPopupModel::Decrescendo },
},
};

DynamicPopupModel::DynamicPopupModel(QObject* parent)
Expand Down

0 comments on commit 940352b

Please sign in to comment.