From 5f94bb15d5b2efe3e782745debb239c00e7b5c85 Mon Sep 17 00:00:00 2001 From: mimi89999 Date: Sat, 2 May 2020 22:32:03 +0200 Subject: [PATCH] mainWindow: Change no network view layout Horizontal no-network-conn-message GtkGrid is too wide for mobile devices --- data/ui/main-window.ui | 58 +++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 32 deletions(-) diff --git a/data/ui/main-window.ui b/data/ui/main-window.ui index 26503a81..f041f706 100644 --- a/data/ui/main-window.ui +++ b/data/ui/main-window.ui @@ -82,9 +82,12 @@ True + vertical False center center + 6 + 18 True @@ -93,38 +96,29 @@ - - True - vertical - 15 - - - - - - - Maps is offline! - start - - - - - True - 45 - 10 - 0 - Maps need an active internet connection to function properly, but one can’t be found. - - - - - 2 - True - 45 - 0 - Check your connection and proxy settings. - - + + + + + + Maps is offline! + center + + + + + True + 45 + Maps need an active internet connection to function properly, but one can’t be found. + center + + + + + True + 45 + Check your connection and proxy settings. + center -- GitLab