[widgets/listitem] Increase left/right margins to match top/bottom margins

4px -> 6px

Previously, they were oddly slim. Left/right margins are usually the same size as top/bottom margins or larger than top/bottom margins.
This commit is contained in:
Noah Davis 2021-04-04 21:51:50 -04:00
parent 82884be7a6
commit 239a48175e

View File

@ -500,21 +500,21 @@
y="16"
x="10"
height="2"
width="4"
width="6"
id="pressed-hint-left-margin"
style="fill:#4e9a06;fill-opacity:1;fill-rule:nonzero;stroke:none" />
<rect
style="fill:#4e9a06;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="pressed-hint-right-margin"
width="4"
width="6"
height="2"
x="35"
y="16" />
<rect
style="fill:#4e9a06;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="normal-hint-left-margin"
width="4"
height="1.9999999"
width="6"
height="2"
x="17"
y="58" />
<rect
@ -535,7 +535,7 @@
y="58"
x="38"
height="2"
width="4"
width="6"
id="normal-hint-right-margin"
style="fill:#4e9a06;fill-opacity:1;fill-rule:nonzero;stroke:none" />
<g
@ -772,14 +772,14 @@
<rect
y="95"
x="10"
height="1.9999999"
width="4"
height="2"
width="6"
id="section-hint-left-margin"
style="fill:#4e9a06;fill-opacity:1;fill-rule:nonzero;stroke:none" />
<rect
style="fill:#4e9a06;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="section-hint-right-margin"
width="4"
width="6"
height="2"
x="34.965229"
y="95" />

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB