[GRASS-dev] [GRASS GIS] #1742: WXGUI layer manager window doesn't show all menubar entries

GRASS GIS trac at osgeo.org
Tue Aug 27 07:32:04 PDT 2013


#1742: WXGUI layer manager window doesn't show all menubar entries
-------------------------+--------------------------------------------------
 Reporter:  marisn       |       Owner:  grass-dev@…              
     Type:  defect       |      Status:  new                      
 Priority:  critical     |   Milestone:  7.0.0                    
Component:  wxGUI        |     Version:  svn-releasebranch64      
 Keywords:  menu         |    Platform:  Linux                    
      Cpu:  Unspecified  |  
-------------------------+--------------------------------------------------

Comment(by wenzeslaus):

 I added a patch to adjust lmgr frame minimal width according to ideal menu
 width (attachment:lmgr_width_for_menu.diff).

 But:
  * it adjusts minimal size, not the real size, so user cannot make lmgr
 frame smaller; implement it for the (non-minimal) size is difficult (there
 are default values and user settings involved)
  * width is only estimated, I put there some magic constants which worked
 for en, cs and de on Ubuntu
  * it should do nothing for English but the locale test fails on some PCs
 returning None; locale is always fragile

 It is too complex I think and I'm now not sure if it was worth to even try
 to write this patch, but since it is written I posted it here.

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/1742#comment:15>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list