Skip to content

Commit 07c934e

Browse files
committed
Small design changes for prefs panel
1 parent bcac9da commit 07c934e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

client/ext/beautify/settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<a:checkbox class="underlined" label="Keep array indentation"
99
checked="{[beautify/jsbeautify/@keeparrayindentation] != '' ? [beautify/jsbeautify/@keeparrayindentation] : 'true'}"
1010
value="[beautify/jsbeautify/@keeparrayindentation]" />
11-
<a:hbox edge="5 5 2 0" align="center">
11+
<a:hbox edge="5 5 2 5" align="center">
1212
<a:label flex="1">Braces</a:label>
1313
<a:dropdown default="end-expand" value="[{require('ext/settings/settings').model}::beautify/jsbeautify/@braces]" width="185" height="21">
1414
<a:item value="collapse">Braces with control statement</a:item>

client/ext/settings/settings.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
</a:bar>
2424
<a:scrollbar
2525
for = "barSettings"
26-
id = "sbTrFiles"
2726
margin = "2"
2827
skin = "sbios"
2928
width = "7"

support/jsdav

Submodule jsdav updated from 5b41415 to 7f067a5

0 commit comments

Comments
 (0)