Posted by member 28483 on 2003-04-30 21:38:35 link

I have an ugly white fram around all of my menues, I have no idea what it is doing there.

This is the code from my step.rc

;-----------------------------------------------------------
; POPUP MENU DEFINITIONS
;-----------------------------------------------------------

;Name at top of the popup menu
HotListName "Local terminal"

;Replace the arrow with your own
;PopupArrowImage PopupArrow1.bmp
;PopupSelArrowImage PopupArrow2.bmp

; pix height: 17, large width recommended, ie: 400
PopupSubmenuHeight 17

;Shrink bar.bmp to fit Popup Menu size
;ShrinkPopupBar

; Draws the popup transparently - Slower
;PopupTransparent

;Disables bevel on popup menu
PopupNoBevel

; Doesn't draw the popup folder arrow
;PopupNoFolderIcon

; Specifies Font Face for the Popup bar to use.
PopupFontFace "dungeon"

; Specifies Font face Height
PopupFontHeight 13

; Popup menu font colours
PopupTitleColor 00FF00
PopupEntryColor 009F00
PopupSelEntryColor 00FF00

; Popup menu bitmaps
PopupTitlePix popup_a160.bmp
PopupEntryPix popup_b160.bmp
PopupSelEntryPix popup_c160.bmp
PopupBottomPix popup_d160.bmp

;The minimum width of a popup bar
minpopupwidth 160
MaxPopupWidth 160
PopupFixedWidth
NoPopupSubTitles

; disable bevel on popups
;PopupNoBevel

PopupDateTimeAlign 1

; Start drawing text x number of pixels from the left
PopupTextOffset 18