4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-06 14:39:35 +00:00

fix installer widgets size

This commit is contained in:
Andrei Yankovich 2021-05-17 11:45:23 +03:00
parent e522d1a896
commit 59fa85c48f
2 changed files with 8 additions and 9 deletions
QIFData/config

@ -4,36 +4,36 @@
<context>
<name>controlScript</name>
<message>
<location filename="controlScript.js" line="24"/>
<location filename="controlScript.js" line="26"/>
<source>CQtDeployer</source>
<translation>CQtDeployer</translation>
</message>
<message>
<location filename="controlScript.js" line="25"/>
<location filename="controlScript.js" line="27"/>
<source>Install CQtDeployer</source>
<oldsource>Install Snake</oldsource>
<translation>Установка CQtDeployer</translation>
</message>
<message>
<location filename="controlScript.js" line="39"/>
<location filename="controlScript.js" line="45"/>
<location filename="controlScript.js" line="41"/>
<location filename="controlScript.js" line="47"/>
<source>install in system</source>
<translation>Установка в систему</translation>
</message>
<message>
<location filename="controlScript.js" line="39"/>
<location filename="controlScript.js" line="45"/>
<location filename="controlScript.js" line="41"/>
<location filename="controlScript.js" line="47"/>
<source>Installer</source>
<translation>Установщик</translation>
</message>
<message>
<location filename="controlScript.js" line="40"/>
<location filename="controlScript.js" line="42"/>
<source>CQtDeployer successfully installed on your computer to use the call &quot;cqtdeployer&quot;.</source>
<oldsource>To uninstall cqtdeployer on your system, you need administrator rights!. </oldsource>
<translation type="unfinished">Чтобы удалить cqtdeployer в вашей системе, вам нужны права администратора !. </translation>
</message>
<message>
<location filename="controlScript.js" line="46"/>
<location filename="controlScript.js" line="48"/>
<source>CQtDeployer successfully installed on your computer to use the call &quot;cqtdeployer&quot;, cqt or cqtdeployer.cqt.</source>
<translation type="unfinished"></translation>
</message>

@ -1,6 +1,5 @@
.QWidget {
background-color: rgb(255, 255, 255);
min-width: 640px;
}
.QLabel {