From c71a08e2b44521590a3f48e6cd6b15394890b48f Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Fri, 12 Jun 2020 03:25:00 +0200 Subject: Fixes two overflow bugs in labels. No weird scaling based on links anymore. --- src/mainwindow.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mainwindow.hpp') diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp index f125551..174f06a 100644 --- a/src/mainwindow.hpp +++ b/src/mainwindow.hpp @@ -10,6 +10,8 @@ #include "geminirenderer.hpp" #include "protocolsetup.hpp" +#include "elidelabel.hpp" + QT_BEGIN_NAMESPACE namespace Ui { class MainWindow; } QT_END_NAMESPACE @@ -96,7 +98,7 @@ public: private: Ui::MainWindow *ui; - QLabel * url_status; + ElideLabel * url_status; QLabel * file_size; QLabel * file_mime; QLabel * load_time; -- cgit v1.2.3