Update of /cvsroot/iaxclient/iaxclient/simpleclient/wx
In directory sc8-pr-cvs1:/tmp/cvs-serv9954
Modified Files:
wx.cc
Log Message:
make the call are _not_ grow in height (not really useful).
Still need to make it actually take the full width when it starts.
Might need to use a different set of widgets here; the radiobox (a group
of radio buttons) doesn't seem to work all that well, and besides, we
want more than a radio button and a text label.
Index: wx.cc
===================================================================
RCS file: /cvsroot/iaxclient/iaxclient/simpleclient/wx/wx.cc,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- wx.cc 16 Jun 2003 23:12:28 -0000 1.29
+++ wx.cc 17 Jun 2003 02:08:57 -0000 1.30
@@ -268,7 +268,7 @@
nCalls, labels,
1, wxRA_SPECIFY_COLS);
- topsizer->Add(callBox, 1, wxEXPAND);
+ topsizer->Add(callBox, 0, wxEXPAND);
}
|