summaryrefslogtreecommitdiffstats
path: root/basctl/inc
diff options
context:
space:
mode:
authorTomcsik Bence <tomcsikbence@gmail.com>2012-03-11 21:40:02 +0100
committerAndras Timar <atimar@suse.com>2012-03-11 21:49:13 +0100
commit0e8eb19a53338c83dab7fe19e2f23bcaecd52077 (patch)
treed316dfd8f51a5368375139fc6a478c9ea6cdb86a /basctl/inc
parentAdd a virtual destrcutor to value to prevent memory leak in RTFValue (diff)
downloadcore-0e8eb19a53338c83dab7fe19e2f23bcaecd52077.tar.gz
core-0e8eb19a53338c83dab7fe19e2f23bcaecd52077.zip
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.hrc3
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