Skip to content

Commit

Permalink
Disable resizing the about window
Browse files Browse the repository at this point in the history
  • Loading branch information
GriffinRichards committed Dec 18, 2024
1 parent c2b27fd commit 01e586b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/aboutporymap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ AboutPorymap::AboutPorymap(QWidget *parent) :
.arg(QSysInfo::buildCpuArchitecture())
.arg(QStringLiteral(__DATE__))
);

layout()->setSizeConstraint(QLayout::SetFixedSize);
}

AboutPorymap::~AboutPorymap()
Expand Down

0 comments on commit 01e586b

Please sign in to comment.