mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 20:00:32 +02:00
Polygon Update
This commit is contained in:
@@ -18,7 +18,8 @@ IntelliPhotoGui::IntelliPhotoGui(){
|
||||
setIntelliStyle();
|
||||
|
||||
// Size the app
|
||||
showMaximized();
|
||||
resize(600,600);
|
||||
//showMaximized();
|
||||
}
|
||||
|
||||
// User tried to close the app
|
||||
|
||||
@@ -123,6 +123,7 @@ private:
|
||||
|
||||
//main GUI elements
|
||||
QWidget* centralGuiWidget;
|
||||
QPushButton* Toolmanager;
|
||||
QGridLayout *mainLayout;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user