Skip to content

Commit

Permalink
libaudqt: Center the instructional hint.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlindgren90 committed Oct 30, 2019
1 parent 9c3aee8 commit 1839fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libaudqt/infowin-qt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ InfoWindow::InfoWindow (QWidget * parent) : QDialog (parent)
"Click on a value twice to edit."));

auto hint_hbox = make_hbox (nullptr);
hint_hbox->addStretch (1);
hint_hbox->addWidget (& m_hint_icon);
hint_hbox->addWidget (& m_hint_text);
hint_hbox->addStretch (1);
Expand Down

0 comments on commit 1839fbd

Please sign in to comment.