Skip to content

Commit

Permalink
Shrink background image load bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
Krakonos committed Sep 9, 2024
1 parent f55c566 commit df2d36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ MainWindow::MainWindow(QWidget *parent)
updateLanguage();

ViewportStatusLabel->setTextInteractionFlags(Qt::TextSelectableByMouse);
pbImages->setMaximumWidth(200);
pbImages->setMaximumWidth(50);
pbImages->setFormat(tr("tile %v / %m"));
#ifdef _MOBILE
pbImages->setVisible(false);
Expand Down

0 comments on commit df2d36c

Please sign in to comment.