Skip to content

Commit 40e5af1

Browse files
committed
Make connect dialog show up as fullscreen on iOS
Fixes GUI issue of connect dialog overflowing screen on iOS
1 parent 4652c90 commit 40e5af1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/connectdlg.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ CConnectDlg::CConnectDlg ( CClientSettings* pNSetP, const bool bNewShowCompleteR
157157
// setup timers
158158
TimerInitialSort.setSingleShot ( true ); // only once after list request
159159

160-
#ifdef ANDROID
161-
// for the android version maximize the window
160+
#if defined( ANDROID ) || defined( Q_OS_IOS )
161+
// for the Android and iOS version maximize the window
162162
setWindowState ( Qt::WindowMaximized );
163163
#endif
164164

0 commit comments

Comments
 (0)