From 47dbf324edeba0c785b0f268384b16caf5b6ae3b Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Wed, 25 Apr 2018 14:46:48 +1000 Subject: [PATCH] Shrink some elements and the s9 warning on the Welcome page --- sleepyhead/welcome.cpp | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/sleepyhead/welcome.cpp b/sleepyhead/welcome.cpp index eb9d260f..24627ad5 100644 --- a/sleepyhead/welcome.cpp +++ b/sleepyhead/welcome.cpp @@ -107,29 +107,29 @@ QString GenerateWelcomeHTML() "" " " " " - " " + " " "

" + QObject::tr("CPAP
Importer")+"

" + QObject::tr("CPAP
Importer")+"
" " " "" " " - " " + " " "

" + QObject::tr("Oximetery
Wizard")+"

" + QObject::tr("Oximetery
Wizard")+"
" ""; if (havecpapdata || haveoximeterdata) { html += ""+QObject::tr("or")+"" "" " " - " " + " " "

" + QObject::tr("View
Statistics")+"

" + QObject::tr("View
Statistics")+"
" "" "" " " - " " + " " "

" + QObject::tr("View
Daily")+"

" + QObject::tr("View
Daily")+"
" "" "" " " - " " + " " "

" + QObject::tr("View
Overview")+"

" + QObject::tr("View
Overview")+"
" ""; @@ -291,15 +291,16 @@ QString GenerateWelcomeHTML() if (showCardWarning) { - html += QString("
")+ + html += QString("
")+ "" - "" - "" + "" - "" + "" "" "
"+QObject::tr("Very Important Warning For ResMed S9 Users")+"
"+ - QObject::tr("

ALWAYS write protect CPAP SDCards before inserting them into your computer.")+"

"+ - QObject::tr("

Certain operating systems write index files to the card without asking, which can render your card unreadable by your cpap machine.")+"

"+ - QObject::tr("

As a second line of protection, ALWAYS UNMOUNT the data card properly before removing it!

")+ + "
"+QObject::tr("Very Important Warning For ResMed S9 Users")+"
"+ + "

"+QObject::tr("ALWAYS write protect CPAP SDCards before inserting them into your computer.")+"

"+ + +""+ + QObject::tr("Certain operating systems write index files to the card without asking, which can render your card unreadable by your cpap machine.")+ " "+ + QObject::tr("As a second line of protection, make sure to unmount the data card properly before removing it!")+"

" "
" "
";