Decrease font-size in second "About" dialog a bit, so it fits better with small screens.
This commit is contained in:
parent
c526a7572d
commit
70b097c380
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,6 +8,7 @@ etc/Deployment/_postproc.bat
|
||||
etc/Deployment/buildenv.txt
|
||||
etc/Prerequisites/qt4_static/lib
|
||||
etc/Prerequisites/qt4_static/plugins
|
||||
etc/Prerequisites/qt4_static/bin
|
||||
etc/Translation/*.ts.bak
|
||||
/ipch
|
||||
/obj
|
||||
|
@ -391,7 +391,9 @@ intended for developers, it may be helpful for "regular" users too. Nonetheless
|
||||
console, unless something is going wrong. Therefore the LameXP console is disabled by default in all<br>
|
||||
"release" builds. You can enable the console by passing the "--console" command-line parameter, if required.<br>
|
||||
At the same time the console is enabled by default in all "beta" (pre-release) builds of LameXP. You can<br>
|
||||
still disable the console by passing the "--no-console" command-line parameter, if you don't like it.<br><br>
|
||||
still disable the console by passing the "--no-console" command-line parameter, if you don't like it.<br>
|
||||
<br>
|
||||
WARNING: Any attempt to close the LameXP console window will kill the application immediately !!!<br><br>
|
||||
|
||||
<br><br>
|
||||
|
||||
|
@ -29,8 +29,8 @@
|
||||
#define VER_LAMEXP_MINOR_HI 0
|
||||
#define VER_LAMEXP_MINOR_LO 2
|
||||
#define VER_LAMEXP_TYPE Alpha
|
||||
#define VER_LAMEXP_PATCH 13
|
||||
#define VER_LAMEXP_BUILD 494
|
||||
#define VER_LAMEXP_PATCH 14
|
||||
#define VER_LAMEXP_BUILD 496
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Tools versions
|
||||
|
@ -326,7 +326,7 @@ void AboutDialog::showMoreAbout(void)
|
||||
QString moreAboutText;
|
||||
|
||||
moreAboutText += QString("<h3>%1</h3>").arg(tr("The following third-party software is used in LameXP:"));
|
||||
moreAboutText += "<div style=\"margin-left:-25px;font-size:8pt;white-space:nowrap\"><table><tr><td><ul>";
|
||||
moreAboutText += "<div style=\"margin-left:-25px;font-size:7pt;white-space:nowrap\"><table><tr><td><ul>";
|
||||
|
||||
moreAboutText += makeToolText
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user