From 984d10498b0f69d736500ddbe5f1060b66100846 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sat, 25 Jul 2015 16:05:16 +0300 Subject: [PATCH] Correct size of the label path to a file. --HG-- branch : feature --- src/app/tape/tmainwindow.cpp | 1 + src/app/tape/tmainwindow.ui | 10 ++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/app/tape/tmainwindow.cpp b/src/app/tape/tmainwindow.cpp index e10223979..9a5ec1a32 100644 --- a/src/app/tape/tmainwindow.cpp +++ b/src/app/tape/tmainwindow.cpp @@ -1338,6 +1338,7 @@ void TMainWindow::SetCurrentFile(const QString &fileName) else { ui->labelPathToFile->setText(curFile); + ui->labelPathToFile->setToolTip(curFile); ui->pushButtonShowInFolder->setEnabled(true); } shownName += "[*]"; diff --git a/src/app/tape/tmainwindow.ui b/src/app/tape/tmainwindow.ui index 132354401..f5d99bd0f 100644 --- a/src/app/tape/tmainwindow.ui +++ b/src/app/tape/tmainwindow.ui @@ -29,10 +29,10 @@ - Remove measurement + - 0 + 1 @@ -418,6 +418,12 @@ + + + 0 + 0 + + Path to file