Fixed settings page.
This commit is contained in:
parent
22adef3405
commit
8163ade387
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Ultrawidify-git",
|
"name": "Ultrawidify-git",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
|
|
||||||
"icons": {
|
"icons": {
|
||||||
"32":"res/icons/uw-32.png",
|
"32":"res/icons/uw-32.png",
|
||||||
|
@ -114,7 +114,7 @@
|
|||||||
width: 7.5em;
|
width: 7.5em;
|
||||||
}
|
}
|
||||||
.buttonbar{
|
.buttonbar{
|
||||||
width: 100%;
|
/* width: 100%; */
|
||||||
padding-left: 20em;
|
padding-left: 20em;
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
@ -200,7 +200,7 @@
|
|||||||
|
|
||||||
<!-- force 21:9 -->
|
<!-- force 21:9 -->
|
||||||
<div class="uw_shortcuts_line">
|
<div class="uw_shortcuts_line">
|
||||||
<div class="uw_shortcuts_label">Fit to height</div>
|
<div class="uw_shortcuts_label">Force 21:9</div>
|
||||||
<input type='checkbox' id='ar219_ctrl' > Ctrl +
|
<input type='checkbox' id='ar219_ctrl' > Ctrl +
|
||||||
<input type='checkbox' id='ar219_shift' > Shift +
|
<input type='checkbox' id='ar219_shift' > Shift +
|
||||||
<input type='checkbox' id='ar219_alt' > Alt +
|
<input type='checkbox' id='ar219_alt' > Alt +
|
||||||
@ -209,7 +209,7 @@
|
|||||||
|
|
||||||
<!-- force 16:9 -->
|
<!-- force 16:9 -->
|
||||||
<div class="uw_shortcuts_line">
|
<div class="uw_shortcuts_line">
|
||||||
<div class="uw_shortcuts_label">Fit to height</div>
|
<div class="uw_shortcuts_label">Force 16:9</div>
|
||||||
<input type='checkbox' id='ar169_ctrl' > Ctrl +
|
<input type='checkbox' id='ar169_ctrl' > Ctrl +
|
||||||
<input type='checkbox' id='ar169_shift' > Shift +
|
<input type='checkbox' id='ar169_shift' > Shift +
|
||||||
<input type='checkbox' id='ar169_alt' > Alt +
|
<input type='checkbox' id='ar169_alt' > Alt +
|
||||||
@ -218,7 +218,7 @@
|
|||||||
|
|
||||||
<!-- force 16:10 -->
|
<!-- force 16:10 -->
|
||||||
<div class="uw_shortcuts_line">
|
<div class="uw_shortcuts_line">
|
||||||
<div class="uw_shortcuts_label">Fit to height</div>
|
<div class="uw_shortcuts_label">Force 16:10</div>
|
||||||
<input type='checkbox' id='ar1610_ctrl' > Ctrl +
|
<input type='checkbox' id='ar1610_ctrl' > Ctrl +
|
||||||
<input type='checkbox' id='ar1610_shift' > Shift +
|
<input type='checkbox' id='ar1610_shift' > Shift +
|
||||||
<input type='checkbox' id='ar1610_alt' > Alt +
|
<input type='checkbox' id='ar1610_alt' > Alt +
|
||||||
@ -227,7 +227,7 @@
|
|||||||
|
|
||||||
<!-- force 4:3 -->
|
<!-- force 4:3 -->
|
||||||
<div class="uw_shortcuts_line">
|
<div class="uw_shortcuts_line">
|
||||||
<div class="uw_shortcuts_label">Fit to height</div>
|
<div class="uw_shortcuts_label">Force 4:3</div>
|
||||||
<input type='checkbox' id='ar43_ctrl' > Ctrl +
|
<input type='checkbox' id='ar43_ctrl' > Ctrl +
|
||||||
<input type='checkbox' id='ar43_shift' > Shift +
|
<input type='checkbox' id='ar43_shift' > Shift +
|
||||||
<input type='checkbox' id='ar43_alt' > Alt +
|
<input type='checkbox' id='ar43_alt' > Alt +
|
||||||
|
Loading…
Reference in New Issue
Block a user