Update of /cvsroot/sharedaemon/ui-wx/src
In directory sc8-pr-cvs1:/tmp/cvs-serv29017
Modified Files:
SBPanel.cpp
Log Message:
YEAH! Finally fixed bitmapbutton sizing issues!!!!
Index: SBPanel.cpp
===================================================================
RCS file: /cvsroot/sharedaemon/ui-wx/src/SBPanel.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- SBPanel.cpp 25 Dec 2003 05:36:39 -0000 1.14
+++ SBPanel.cpp 25 Dec 2003 07:02:56 -0000 1.15
@@ -66,7 +66,7 @@
wxFont(SB_BTN_FONT_SIZE, wxROMAN, wxNORMAL, wxBOLD)
);
header_btn_id = headerbmpbtn->GetId();
- mainsizer->Add(headerbmpbtn, 0, wxGROW|wxADJUST_MINSIZE, 5);
+ mainsizer->Add(headerbmpbtn, 0, wxGROW);
} else {
wxButton *headerbtn = new wxButton(
this, -1, title, wxDefaultPosition, wxDefaultSize, 0
|