Skip to content

Commit 5502124

Browse files
authored
Minor bug fixes
1 parent 83000c5 commit 5502124

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

egger-BorderA.scm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
; GNU General Public License for more details.
2020
;
2121
; You should have received a copy of the GNU General Public License
22-
; along with this program; if not, see <http://www.gnu.org/licenses>.
22+
; along with this program; if not, see <http://www.gnu.org/licenses>.
2323
;
2424
; Define the function
2525
;
@@ -155,8 +155,8 @@
155155
"RGB* GRAY*"
156156
SF-IMAGE "The Image" 0
157157
SF-DRAWABLE "The Layer" 0
158-
SF-ADJUSTMENT "Outer border size (width in percent)" '(18 1.0 100 1.0 0 1 0) ; was 0 2 0 at end
159-
SF-ADJUSTMENT "Inner border size (in percent)" '(0.20 0.0 10.0 0.1 0 1 0)
158+
SF-ADJUSTMENT "Outer border size (width in percent)" '(10.1 1.0 100 1.0 0 1 0) ; was 0 2 0 at end
159+
SF-ADJUSTMENT "Inner border size (in percent)" '(0.50 0.0 10.0 0.1 0 1 0)
160160
SF-TOGGLE "Use symmetric outer borders" FALSE
161161
SF-TOGGLE "Use portrait style border" FALSE
162162
SF-COLOR "Outer border color" '(255 255 255)

0 commit comments

Comments
 (0)