Skip to content

Commit 6b340f5

Browse files
authored
Merge pull request #3343 from ann0see/iOS/fixOverflowConnectdlg
Make connect dialog show up as fullscreen on iOS
2 parents 08b404c + 40e5af1 commit 6b340f5

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)