|
|
|
@ -336,7 +336,7 @@ void MachBunt::doLayout()
|
|
|
|
|
titlebar = new TQSpacerItem ( 0, titleHeight, TQSizePolicy::Expanding,
|
|
|
|
|
TQSizePolicy::Fixed);
|
|
|
|
|
TQBoxLayout *topLayout = new TQBoxLayout(windowLayout, TQBoxLayout::LeftToRight, 0, 0);
|
|
|
|
|
#if 0
|
|
|
|
|
#if 1
|
|
|
|
|
bool first_left = true;
|
|
|
|
|
for ( unsigned int i = 0; i <options()->titleButtonsLeft().length(); i++)
|
|
|
|
|
{
|
|
|
|
@ -385,7 +385,7 @@ void MachBunt::doLayout()
|
|
|
|
|
if ( !isMaximizable() )
|
|
|
|
|
button[BtnMax]->hide();
|
|
|
|
|
#endif
|
|
|
|
|
#if 0
|
|
|
|
|
#if 1
|
|
|
|
|
MachBuntButton* last_right = NULL;
|
|
|
|
|
for ( unsigned int i = 0; i <options()->titleButtonsRight().length(); i++)
|
|
|
|
|
{
|
|
|
|
|