Skip to content

Commit

Permalink
fix #275588: Instrument names aligned to the left 2.X->3.0
Browse files Browse the repository at this point in the history
Set default alignment to the right in InstumentName  constructor.
  • Loading branch information
handrok committed Sep 4, 2018
1 parent 7a591a3 commit eaa7731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/iname.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ InstrumentName::InstrumentName(Score* s)
: TextBase(s, ElementFlag::NOTHING | ElementFlag::NOT_SELECTABLE)
{
setInstrumentNameType(InstrumentNameType::SHORT);
setAlign(Align::RIGHT);
}

//---------------------------------------------------------
Expand Down

0 comments on commit eaa7731

Please sign in to comment.