>>>>> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
>> Nice eye candy indeed. Could someone post a screenshot of 1.5 on
>> mac so that I can see what it looks like right now?
Bennett> The server I use is down right now; I'll e-mail you
Bennett> (Jean-Marc) privately a .gif (136K) so as not to clutter up
Bennett> the list. (Let me know if anyone else wants to see it.)
Very nice picture thanks. One thing I wanted to check was whether
icons did look better now than they used to. They do.
>> Concerning the new toc widget, does qt/mac make it a drawer (is
>> that the term?) already, or shall we do it?
Bennett> A drawer would be nice -- if it does not change the size of
Bennett> the editing window. Right now, viewing the TOC requires
Bennett> adjusting the size of the window, which makes it a pain.
What about the following patch?
JMarc
Index: src/frontends/qt4/DockView.h
===================================================================
--- src/frontends/qt4/DockView.h (révision 17429)
+++ src/frontends/qt4/DockView.h (copie de travail)
@@ -36,7 +36,7 @@ public:
QMainWindow * parent, ///< the main window where to dock.
docstring const & title ///< Window title (shown in the top title bar).
)
- : QDockWidget(toqstr(title), parent), Dialog::View(dialog, title)
+ : QDockWidget(toqstr(title), parent, Qt::Drawer), Dialog::View(dialog, title)
{
widget_.reset(new Widget(form));
setWidget(widget_.get());