about dialog markup fix

This commit is contained in:
Zira project 2020-01-31 00:51:46 +05:00
parent 0044359ccf
commit e9fef39a2b
3 changed files with 8 additions and 6 deletions

View file

@ -1,5 +1,5 @@
<div>Lightweight PHP Editor with syntax check and autocomplete.</div>
<div><center>Lightweight PHP Editor with syntax check and autocomplete.</center></div>
<div>&nbsp;</div>
<div>Syntax check performed by php executable.</div>
<div>Context help requires php manual.</div>
<div>You can download it from php.net (many html files archive).</div>
<div><center>Syntax check performed by php executable.</center></div>
<div><center>Context help requires php manual.</center></div>
<div><center>You can download it from php.net (many html files archive).</center></div>

View file

@ -1,3 +1,4 @@
<div><center>
<table>
<tr><td>List of keyboard shortcuts:</td><td></td></tr>
<tr><td>&nbsp;</td><td></td></tr>
@ -19,4 +20,5 @@
<tr><td>Show/Hide Toolbar:</td><td>Ctrl+Alt+T</td></tr>
<tr><td>Show/Hide Output:</td><td>Ctrl+Alt+O</td></tr>
<tr><td>Show/Hide Quick Access Panel: </td><td>Ctrl+Alt+Q / Ctrl+P</td></tr>
</table>
</table>
</center></div>

View file

@ -13,7 +13,7 @@
const QString TPL_QT_VERSION = "<div><center>Qt %1</center></div>";
const QString TPL_APPLICATION_NAME = "<div><center><big><b>%1</b></big></center></div>";
const QString TPL_APPLICATION_VERSION = "<div><center>%1</center></div>";
const QString TPL_ORGANIZATION = "<div>(C) 2019 %1 (%2)</div>";
const QString TPL_ORGANIZATION = "<div><center>(C) 2019 %1 (%2)</center></div>";
const QString TPL_BLANK = "<div>&nbsp;</div>";
const QString TPL_LOGO_IMAGE = "<div><center><img src=\":/image/splash.png\" width=\"150\" height=\"150\" /></center></div>";