179_uppsrc.diff
uppsrc/Docking/DockCont.cpp 2012-01-05 00:29:03 +0400 | ||
---|---|---|
143 | 143 |
// DockContHandle frame |
144 | 144 |
int DockCont::DockContHandle::GetHandleSize(const DockableCtrl::Style &s) const |
145 | 145 |
{ |
146 |
return (!IsNull(s.title_font) ? 12 : s.title_font.GetHeight()+4)
|
|
146 |
return (IsNull(s.title_font) ? 12 : s.title_font.GetHeight()+4) |
|
147 | 147 |
+ (s.handle_vert ? s.handle_margins.GetWidth() : s.handle_margins.GetHeight()); |
148 | 148 |
} |
149 | 149 |
/* |