Skip to content

Commit

Permalink
Add default padding to some box designs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsjensen committed Dec 10, 2023
1 parent 714e759 commit 259cba0
Showing 1 changed file with 26 additions and 10 deletions.
36 changes: 26 additions & 10 deletions boxes-config
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ BOX whirly

author "Thomas Jensen"
created "March 17, 1999 (Wednesday, 15:40h)"
revdate "March 17, 1999 (Wednesday, 15:40h)"
revision "1.0"
revdate "December 10, 2023 (Sunday, 14:20h)"
revision "1.1"
tags "artwork, box"

sample
Expand All @@ -175,6 +175,10 @@ shapes {
se ("\" ")
}

padding {
horizontal 2
vertical 1
}
elastic (n, w, s, e)

END whirly
Expand Down Expand Up @@ -691,8 +695,8 @@ BOX sunset

author "Thomas Jensen"
designer "Joan G. Stark <[email protected]>"
revision "1.1"
revdate "February 13, 2021 (Saturday, 14:00h)"
revision "1.2"
revdate "December 10, 2023 (Sunday, 14:20h)"
created "March 30, 1999 (Tuesday, 17:10h)"
tags "artwork, box"

Expand Down Expand Up @@ -728,6 +732,10 @@ shapes {
":::::::`.......`:::::::")
}

padding {
horizontal 2
vertical 1
}
elastic (nne,nnw, s, e, w)

END sunset
Expand Down Expand Up @@ -868,8 +876,8 @@ BOX xes

author "Thomas Jensen"
designer "Joan G. Stark <[email protected]>"
revision "1.2"
revdate "February 13, 2021 (Saturday, 14:00h)"
revision "1.3"
revdate "December 10, 2023 (Sunday, 22:00h)"
created "April 09, 1999 (Friday, 20:05h)"
tags "artwork, box"

Expand Down Expand Up @@ -909,6 +917,9 @@ shapes {
ene ("<\/> ", "</\> ")
}

padding {
horizontal 1
}
elastic (n, e, s, w)

END xes
Expand Down Expand Up @@ -1233,8 +1244,8 @@ BOX stark2

author "Thomas Jensen"
designer "Joan G. Stark <[email protected]>"
revision "1.1"
revdate "February 13, 2021 (Saturday, 14:00h)"
revision "1.2"
revdate "December 10, 2023 (Sunday, 14:20h)"
created "April 05, 1999 (Monday, 21:55h)"
tags "artwork, box"

Expand Down Expand Up @@ -1267,6 +1278,10 @@ shapes {
se ("@-:. jgs", "@-:. ")
}

padding {
horizontal 2
vertical 1
}
elastic (n,s,e, w)

END stark2
Expand Down Expand Up @@ -1317,8 +1332,8 @@ END stark1
BOX peek

author "Thomas Jensen"
revision "1.0"
revdate "April 12, 1999 (Monday, 12:52h)"
revision "1.1"
revdate "December 10, 2023 (Sunday, 14:20h)"
created "April 12, 1999 (Monday, 12:52h)"
tags "programming, box"

Expand Down Expand Up @@ -1351,6 +1366,7 @@ shapes {
replace "\\*\\/" with "*\\\\/" # quote closing comment tags
reverse "\\*\\\\/" to "*\\/"

padding {h 1}
elastic (n,e,s,w)

END peek
Expand Down

0 comments on commit 259cba0

Please sign in to comment.