1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 10:46:35 +01:00

[SpeedDial] Raise maximum width of one dial to 450px.

See #1116
This commit is contained in:
nowrep 2013-12-31 18:39:02 +01:00
parent da15e5868d
commit 252c55dd2b

View File

@ -436,7 +436,7 @@ $("#quickdial").sortable({
</div> </div>
<div class="rowsel"> <div class="rowsel">
<span id="sliderValueSd">%SD-SIZE%</span> <span id="sliderValueSd">%SD-SIZE%</span>
<input id="SdSize" type="range" min="145" max="280" value="%SD-SIZE%" step="1" onchange="$('#sliderValueSd').html(this.value);" /> <input id="SdSize" type="range" min="145" max="450" value="%SD-SIZE%" step="1" onchange="$('#sliderValueSd').html(this.value);" />
</div> </div>
<div class="togop"> <div class="togop">
<input type="checkbox" name="sdbackimg" id="BgImgToggle" onchange="bgImgToggle();bgImgUpdate()" />&nbsp;<label for="BgImgToggle">%TXT_NOTE%</label> <input type="checkbox" name="sdbackimg" id="BgImgToggle" onchange="bgImgToggle();bgImgUpdate()" />&nbsp;<label for="BgImgToggle">%TXT_NOTE%</label>