Skip to content

Commit

Permalink
[fix] set consolas for image tip
Browse files Browse the repository at this point in the history
  • Loading branch information
legobadman committed Oct 26, 2023
1 parent 07067f2 commit d6a80ca
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 d6a80ca

Please sign in to comment.