Changeset 760


Ignore:
Timestamp:
Mar 19, 2013, 10:55:19 AM (12 years ago)
Author:
Herwig Bauernfeind
Message:

GUI-Tools: EVFSGUI 2.5 fix resizing bug (minimum size too small)

Location:
trunk/guitools/evfsgui
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/guitools/evfsgui/evfsgui.vrp

    r759 r760  
    1515UserFile: 1
    1616UserWindow: Main,1
     17UserWindow: SW_ADVANCED,1
    1718UserWindow: SW_SETTINGS,1
  • trunk/guitools/evfsgui/evfsgui.vrx

    r759 r760  
    27022702    main_iheight = VRGet("Main","InteriorHeight")               /* Height of window client-area */
    27032703
    2704     if main_iheight < 5500 then ok = VRSet("Main","Height",6200)
     2704    if main_iheight < 6400 then ok = VRSet("Main","Height",7100)
     2705    if main_iwidth  < 8800 then ok = VRSet("Main","Width", 8900)
     2706
    27052707    sbar_height  = VRGet("GB_STATUSBAR","Height")               /* Height of status-bar */
    27062708    split_left   = VRGet("SPLIT_Main","Left")                   /* Position of the left edge of the split-bar */
     
    44864488    CALL NLVSetText 'CB_TRAC',         "Caption", 134
    44874489
    4488     ok = VRSet("DT_About","Caption", Program' (c) 2007-2012 Alexander Taylor and Herwig Bauernfeind')
     4490    ok = VRSet("DT_About","Caption", Program' (c) 2007-2013 Alexander Taylor'||'0D0A'x||'and Herwig Bauernfeind for bww bitwise works GmbH.')
    44894491
    44904492    About.DscFH  = VRMethod( "CN_ABOUT", "AddField", "String", "Component" )
Note: See TracChangeset for help on using the changeset viewer.