diff options
author | Tomcsik Bence <tomcsikbence@gmail.com> | 2012-03-11 21:40:02 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-03-11 21:49:13 +0100 |
commit | 0e8eb19a53338c83dab7fe19e2f23bcaecd52077 (patch) | |
tree | d316dfd8f51a5368375139fc6a478c9ea6cdb86a /basctl/inc | |
parent | f32fe9f5012e3ee184e1a1fca6814bee9105d8fb (diff) |
Object Catalog pane in Basic IDE
Object Catalog was a floating window. It has been converted to a fixed
pane on the right hand side of the editor window. While it is a
BasicDockingWindow, at the moment it is not possible to undock, move,
or resize it. Also, the Object Catalog toolbar button does not show
the visibility status of the pane, ideally it should look pressed, when
the Object Catalog pane is visible. Another missing feature is that
the Object Catalog pane cannot be switched on together with the
dialog editor.
Diffstat (limited to 'basctl/inc')
-rw-r--r-- | basctl/inc/basidesh.hrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/basctl/inc/basidesh.hrc b/basctl/inc/basidesh.hrc index 9e5ccb2b9398..dc1b43250357 100644 --- a/basctl/inc/basidesh.hrc +++ b/basctl/inc/basidesh.hrc @@ -31,6 +31,9 @@ #include <svx/svxids.hrc> #endif +// Width of Object Catalog pane in pixels +#define OBJCAT_PANE_WIDTH 240 + // Resource-ID's... #ifndef _SVX_NOIDERESIDS |