mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-26 03:06:37 +03:00
commit
4b409700b0
4 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
<style type="text/css">
|
||||
<style>
|
||||
#installSearchPluginContainer {
|
||||
margin: 10px;
|
||||
}
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
</div>
|
||||
<div class="formRow">
|
||||
<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 class="formRow">
|
||||
<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>
|
||||
</fieldset>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<style type="text/css">
|
||||
<style>
|
||||
#searchPattern {
|
||||
width: 500px;
|
||||
line-height: 2em;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<style type="text/css">
|
||||
<style>
|
||||
#searchPluginsContainer {
|
||||
height: calc(100% - 20px);
|
||||
margin: 10px;
|
||||
|
|
Loading…
Reference in a new issue