From 03534db307eead153283252a0d9ea4c30f7810ee Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 26 Feb 2017 15:47:24 +0100 Subject: Turned IndexerWidget into a dialog and got rid of the TabWidget! --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 8014d8d..3a28ee2 100644 --- a/main.cpp +++ b/main.cpp @@ -9,7 +9,7 @@ int main(int argc, char *argv[]) { QCoreApplication::setApplicationName("BeetPlayer"); QCoreApplication::setApplicationVersion("0.99 (__build_info__)"); BeetPlayer w; - w.show(); + w.showMaximized(); return a.exec(); } -- cgit v1.2.3-70-g09d2