From: John Levon Date: Fri, 4 Apr 2003 03:37:42 +0000 (+0000) Subject: hide the pointless header for the panel stack X-Git-Tag: 1.6.10~17053 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4d7aa161c320db253f173e762cb31b3aec1db019;p=lyx.git hide the pointless header for the panel stack git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6714 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index 3d2474120b..9b03fe14d6 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,3 +1,7 @@ +2003-04-04 John Levon + + * panelstack.C: hide the pointless header + 2003-04-04 John Levon * QCitation.C: diff --git a/src/frontends/qt2/panelstack.C b/src/frontends/qt2/panelstack.C index 138c728b94..32e0715f9d 100644 --- a/src/frontends/qt2/panelstack.C +++ b/src/frontends/qt2/panelstack.C @@ -38,6 +38,9 @@ PanelStack::PanelStack(QWidget * parent, const char * name) list_->setResizeMode(QListView::AllColumns); #endif list_->setRootIsDecorated(true); + QWidget * w = static_cast(list_->child("list view header")); + if (w) + w->hide(); connect(list_, SIGNAL(currentChanged(QListViewItem*)), this, SLOT(switchPanel(QListViewItem *))); diff --git a/src/frontends/qt2/ui/QGraphicsDialogBase.ui b/src/frontends/qt2/ui/QGraphicsDialogBase.ui index fb90eed019..9553d48dd9 100644 --- a/src/frontends/qt2/ui/QGraphicsDialogBase.ui +++ b/src/frontends/qt2/ui/QGraphicsDialogBase.ui @@ -13,10 +13,17 @@ 0 0 - 464 - 492 + 414 + 491 + + sizePolicy + + 1 + 1 + + caption Form1 diff --git a/src/frontends/qt2/ui/QPrefUIModule.ui b/src/frontends/qt2/ui/QPrefUIModule.ui index 73813e524b..ae59a60102 100644 --- a/src/frontends/qt2/ui/QPrefUIModule.ui +++ b/src/frontends/qt2/ui/QPrefUIModule.ui @@ -13,10 +13,17 @@ 0 0 - 273 - 366 + 420 + 441 + + sizePolicy + + 1 + 1 + + caption UI