mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 13:58:51 +03:00
commit
4b409700b0
4 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
<style type="text/css">
|
<style>
|
||||||
#installSearchPluginContainer {
|
#installSearchPluginContainer {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,11 +7,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="formRow">
|
<div class="formRow">
|
||||||
<input type="checkbox" id="dontstartdownloads_checkbox" />
|
<input type="checkbox" id="dontstartdownloads_checkbox" />
|
||||||
<label for="dontstartauto_checkbox">QBT_TR(Do not start the download automatically)QBT_TR[CONTEXT=OptionsDialog]</label>
|
<label for="dontstartdownloads_checkbox">QBT_TR(Do not start the download automatically)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="formRow">
|
<div class="formRow">
|
||||||
<input type="checkbox" id="deletetorrentfileafter_checkbox" />
|
<input type="checkbox" id="deletetorrentfileafter_checkbox" />
|
||||||
<label for="deletetorrentafter_checkbox">QBT_TR(Delete .torrent files afterwards)QBT_TR[CONTEXT=OptionsDialog]</label>
|
<label for="deletetorrentfileafter_checkbox">QBT_TR(Delete .torrent files afterwards)QBT_TR[CONTEXT=OptionsDialog]</label>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<style type="text/css">
|
<style>
|
||||||
#searchPattern {
|
#searchPattern {
|
||||||
width: 500px;
|
width: 500px;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<style type="text/css">
|
<style>
|
||||||
#searchPluginsContainer {
|
#searchPluginsContainer {
|
||||||
height: calc(100% - 20px);
|
height: calc(100% - 20px);
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
|
|
Loading…
Reference in a new issue