mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
changed text of the jump-to-bottom-button
This commit is contained in:
parent
4a2850c4f5
commit
fc1fb35947
|
@ -63,8 +63,8 @@ ChannelView::ChannelView(BaseWidget *parent)
|
||||||
});
|
});
|
||||||
|
|
||||||
this->goToBottom = new RippleEffectLabel(this, 0);
|
this->goToBottom = new RippleEffectLabel(this, 0);
|
||||||
this->goToBottom->setStyleSheet("background-color: rgba(0,0,0,0.5); color: #FFF;");
|
this->goToBottom->setStyleSheet("background-color: rgba(0,0,0,0.66); color: #FFF;");
|
||||||
this->goToBottom->getLabel().setText("Jump to bottom");
|
this->goToBottom->getLabel().setText("More messages below");
|
||||||
this->goToBottom->setVisible(false);
|
this->goToBottom->setVisible(false);
|
||||||
|
|
||||||
this->managedConnections.emplace_back(
|
this->managedConnections.emplace_back(
|
||||||
|
|
Loading…
Reference in a new issue