Size of MapWin cannot be changed.
authorhegyi
Wed, 30 Aug 2006 15:55:18 +0000
changeset 146afd1d8bfcccd
parent 145 5baba2a107a1
child 147 10ef59f6633c
Size of MapWin cannot be changed.
map_win.cc
     1.1 --- a/map_win.cc	Wed Aug 23 16:16:16 2006 +0000
     1.2 +++ b/map_win.cc	Wed Aug 30 15:55:18 2006 +0000
     1.3 @@ -16,6 +16,8 @@
     1.4    set_title(title);
     1.5    set_default_size(200, 50);
     1.6  
     1.7 +  set_resizable(false);
     1.8 +
     1.9    signal_key_press_event().connect(sigc::mem_fun(*this, &MapWin::closeIfEscapeIsPressed));
    1.10  
    1.11    e_combo_array=new MapSelector * [EDGE_PROPERTY_NUM];