changed text of the jump-to-bottom-button

This commit is contained in:
fourtf 2018-01-05 00:01:31 +01:00
parent 4a2850c4f5
commit fc1fb35947

View file

@ -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(