Skip to content

Commit

Permalink
Enable size grip for ascent viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
svetter committed Mar 13, 2024
1 parent 1392397 commit 0e04148
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/viewer/ascent_viewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ AscentViewer::AscentViewer(MainWindow* parent, Database& db, const ItemTypesHand
{
setupUi(this);
setWindowIcon(QIcon(":/icons/ico/ascent_viewer_multisize_square.ico"));
setSizeGripEnabled(true);
additionalUISetup();

connectUI();
Expand Down

0 comments on commit 0e04148

Please sign in to comment.