Ignore:
Timestamp:
07/24/06 07:19:50 (18 years ago)
Author:
Nicholas Riley
Message:

If you're editing an alarm, focus on the time/interval edit field
rather than the message. Relayout set alarm display when time/date
format changes (yay positionDynamically!). Attempt to fix tooltip for

1-minute alarm refreshing/flashing without changing (needs more

testing). Build against 3.0 libraries by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hiptop/pester/locale/en_US/Pester.rsrc

    r278 r280  
    163163                        alignBaseline = ID_AT_BUTTON
    164164                        positionToRight = ID_AT_BUTTON : 1
    165        
     165
    166166                dateEditor
    167167                        id = ID_DATE_EDITOR
     
    170170                        alignBaseline = ID_TIME_EDITOR
    171171                        className = "net.sabi.pester.AlarmDateEditor"
     172                        positionDynamically # can move if time format changes
    172173               
    173174                datePicker
     
    176177                        positionToRight = ID_DATE_EDITOR : 1
    177178                        alignTop = ID_DATE_EDITOR
     179                        positionDynamically # can move if time format changes
    178180        endGroupBox
    179181
     
    220222        button
    221223                event = EVENT_SET_ALARM
    222                 title = "Edit..."
     224                title = "Reschedule..."
    223225                position = buttonBottom2
    224226        button
Note: See TracChangeset for help on using the changeset viewer.