From 7a42cee7e707c7cd6015256cda43ca55eee90408 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 1 Aug 2016 15:43:14 -0400 Subject: Cleanup the sizing of the new QToolButtons a bit (ensure uniform sizes - does not touch screenshots since they are recessed by default). --- src-qt5/core/lumina-info/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src-qt5/core/lumina-info/main.cpp') diff --git a/src-qt5/core/lumina-info/main.cpp b/src-qt5/core/lumina-info/main.cpp index 38cae2ad..b8eb0dce 100644 --- a/src-qt5/core/lumina-info/main.cpp +++ b/src-qt5/core/lumina-info/main.cpp @@ -23,7 +23,8 @@ int main(int argc, char ** argv) //Start the UI MainUI w; QObject::connect(&a, SIGNAL(InputsAvailable(QStringList)), &w, SLOT(slotSingleInstance()) ); - w.show(); + //qDebug() << "Show Normal"; + w.showNormal(); int retCode = a.exec(); return retCode; -- cgit