some more sensible gui default sizes

This commit is contained in:
Garux
2019-01-11 18:35:37 +03:00
parent d19b3c9a28
commit fb53d5094a
5 changed files with 9 additions and 10 deletions

View File

@@ -96,7 +96,7 @@ static gboolean switch_page( GtkNotebook *notebook, GtkNotebookPage *page, guint
}
GroupDlg::GroupDlg() : m_window( 0 ){
m_position_tracker.setPosition( c_default_window_pos );
m_position_tracker.setPosition( WindowPosition( -1, -1, 444, 777 ) );
}
void GroupDlg::Create( GtkWindow* parent ){