Fix macro stepper icons.
original commit: 9bb80215dbfd9408d5d4c447d408389ddd150461
This commit is contained in:
parent
65ec0e1422
commit
b00c7de1fd
|
@ -181,14 +181,14 @@
|
||||||
|
|
||||||
(define (show-icon)
|
(define (show-icon)
|
||||||
(make-object image-snip%
|
(make-object image-snip%
|
||||||
(build-path (collection-path "icons") "turn-up.png")))
|
(collection-file-path "turn-up.png" "icons")))
|
||||||
(define (hide-icon)
|
(define (hide-icon)
|
||||||
(make-object image-snip%
|
(make-object image-snip%
|
||||||
(build-path (collection-path "icons") "turn-down.png")))
|
(collection-file-path "turn-down.png" "icons")))
|
||||||
|
|
||||||
(define (show-properties-icon)
|
(define (show-properties-icon)
|
||||||
(make-object image-snip%
|
(make-object image-snip%
|
||||||
(build-path (collection-path "icons") "syncheck.png")))
|
(collection-file-path "syncheck.png" "icons")))
|
||||||
|
|
||||||
|
|
||||||
;; SNIPCLASS
|
;; SNIPCLASS
|
||||||
|
|
|
@ -260,9 +260,8 @@
|
||||||
(send*/i sbview sb:syntax-browser<%>
|
(send*/i sbview sb:syntax-browser<%>
|
||||||
(add-text (if compact? "" "\n"))
|
(add-text (if compact? "" "\n"))
|
||||||
(add-text
|
(add-text
|
||||||
(make-object image-snip%
|
(make-object image-snip%
|
||||||
(build-path (collection-path "icons")
|
(collection-file-path "red-arrow.bmp" "icons")))
|
||||||
"red-arrow.bmp")))
|
|
||||||
(add-text " [")
|
(add-text " [")
|
||||||
(add-text text)
|
(add-text text)
|
||||||
(add-text "]\n\n")))
|
(add-text "]\n\n")))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user