refactor: remove "auto" in window-size behavior
- "auto" is not essential for our hard fork, so i simply remove it. - remove all useless code after removing it. - enlarge the min size of window because previous may trigger bad layout when showing navigation view.
This commit is contained in:
@@ -28,7 +28,6 @@ public:
|
||||
void showFiles(const QStringList& files);
|
||||
void showFiles(const QList<QUrl>& urls);
|
||||
void initWindowSize();
|
||||
void adjustWindowSizeBySceneRect();
|
||||
|
||||
void clearGallery();
|
||||
void galleryPrev();
|
||||
|
||||
Reference in New Issue
Block a user