Skip to content

Commit

Permalink
Simplify the about dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
sithlord48 committed Jun 8, 2024
1 parent 04d6f60 commit 6aee321
Show file tree
Hide file tree
Showing 10 changed files with 587 additions and 1,079 deletions.
2 changes: 1 addition & 1 deletion src/dialogs/about.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ About::About(QWidget *parent) :
ui(new Ui::About)
{
ui->setupUi(this);
setFixedSize(parent->width() * 0.5F, parent->height() * 0.8F);
setFixedSize(parent->width() * 0.5F, parent->height() * 0.7F);
ui->pushButton->setIcon(QIcon::fromTheme("window-close"));
ui->lbl_icon->setFixedSize(fontMetrics().height() * 6, fontMetrics().height() * 6);
ui->lbl_icon->setPixmap(QPixmap(":/icons/common/blackchocobo"));
Expand Down
Loading

0 comments on commit 6aee321

Please sign in to comment.