We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7aaf36 commit 8673b60Copy full SHA for 8673b60
src/sessiontab.cpp
@@ -125,6 +125,7 @@ SessionTabBarPreviewWidget::~SessionTabBarPreviewWidget() {
125
void SessionTabBarPreviewWidget::updateInfo(const QPixmap &view, const QString &tip) {
126
viewLabel->setPixmap(view);
127
tipLabel->setText(tip);
128
+ tipLabel->setFixedWidth(view.width());
129
setFixedWidth(view.width());
130
setFixedHeight(view.height() + tipLabel->height());
131
}
0 commit comments