From fc1fb359472cb8d1abf6c16f705d195262129562 Mon Sep 17 00:00:00 2001 From: fourtf Date: Fri, 5 Jan 2018 00:01:31 +0100 Subject: [PATCH] changed text of the jump-to-bottom-button --- src/widgets/helper/channelview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widgets/helper/channelview.cpp b/src/widgets/helper/channelview.cpp index db68a19c..fdf8c313 100644 --- a/src/widgets/helper/channelview.cpp +++ b/src/widgets/helper/channelview.cpp @@ -63,8 +63,8 @@ ChannelView::ChannelView(BaseWidget *parent) }); this->goToBottom = new RippleEffectLabel(this, 0); - this->goToBottom->setStyleSheet("background-color: rgba(0,0,0,0.5); color: #FFF;"); - this->goToBottom->getLabel().setText("Jump to bottom"); + this->goToBottom->setStyleSheet("background-color: rgba(0,0,0,0.66); color: #FFF;"); + this->goToBottom->getLabel().setText("More messages below"); this->goToBottom->setVisible(false); this->managedConnections.emplace_back(