Skip to content

Commit

Permalink
Make tabbing through color fields easier. (opentoonz#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Bullock authored and shun-iwasawa committed Dec 10, 2020
1 parent ce90c20 commit 372fca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toonz/sources/toonzqt/colorfield.cpp
Expand Up @@ -197,7 +197,7 @@ ChannelField::ChannelField(QWidget *parent, const QString &string, int value,
QLabel *channelName = new QLabel(string, this);
m_channelEdit = new DVGui::IntLineEdit(this, value, 0, maxValue);
m_channelSlider = new QSlider(Qt::Horizontal, this);

m_channelSlider->setFocusPolicy(Qt::NoFocus);
channelName->setAlignment(Qt::AlignRight | Qt::AlignVCenter);
channelName->setFixedWidth(labelWidth);

Expand Down

0 comments on commit 372fca9

Please sign in to comment.