Skip to content

Commit

Permalink
Merge pull request #1489 from zenustech/zeno2-fixbug
Browse files Browse the repository at this point in the history
[fix] update font to consolas for tip on image panel.
  • Loading branch information
littlemine authored Oct 26, 2023
2 parents bbbb58a + d6a80ca commit 3bbcd90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/zenoedit/panel/zenoimagepanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ ZenoImagePanel::ZenoImagePanel(QWidget *parent) : QWidget(parent) {
pMainLayout->addWidget(image_view);

pStatusBar->setProperty("cssClass", "proppanel");
QFont font("Consolas", 10);
pStatusBar->setFont(font);
pStatusBar->setText("PlaceHolder");


Expand Down

0 comments on commit 3bbcd90

Please sign in to comment.