Skip to content

Commit

Permalink
Ready to release
Browse files Browse the repository at this point in the history
  • Loading branch information
myst6re committed Mar 5, 2016
1 parent e30b97c commit 1a41518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ makoureactor (1.7.0) trusty; urgency=low
* Walkmesh Editor: Fixing 3D Model display & orientation bug.
* Some changes for HiDPI devices (thanks to Sithlord48).
* Configuration: autosave sorting order for field list (proposed by DLPB).
* New recent files menu.
* Background PS -> PC: Fixing a crash.
* Disabled doors/gateways/arrows are now displayed in grey in lists.
* Adding help message to understand bank mechanism.
Expand Down
2 changes: 1 addition & 1 deletion widgets/ApercuBG.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ApercuBG : public QLabel
void fill(Field *field, bool reload = false);
void clear();
inline QSize minimumSizeHint() const {
return QSize(0, 0);
return QSize(100, 100);
}
inline QSize sizeHint() const {
return QSize(300, 225);
Expand Down

0 comments on commit 1a41518

Please sign in to comment.