summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/panel.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2006-02-19 05:32:13 +0000
committerjoncruz <joncruz@users.sourceforge.net>2006-02-19 05:32:13 +0000
commitbd98ee2549cf40630a6da66bbd994f2cc39b11b3 (patch)
tree96ba2f14c0a94aa5031b009d5200bf3eb4ccc3b8 /src/ui/widget/panel.cpp
parentupdated PO files (diff)
downloadinkscape-bd98ee2549cf40630a6da66bbd994f2cc39b11b3.tar.gz
inkscape-bd98ee2549cf40630a6da66bbd994f2cc39b11b3.zip
Fixing scrollbar size for embeded color swatches.
(bzr r158)
Diffstat (limited to 'src/ui/widget/panel.cpp')
-rw-r--r--src/ui/widget/panel.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ui/widget/panel.cpp b/src/ui/widget/panel.cpp
index 67aca690a..b0a35614d 100644
--- a/src/ui/widget/panel.cpp
+++ b/src/ui/widget/panel.cpp
@@ -134,6 +134,14 @@ void Panel::setLabel(Glib::ustring const &label)
tabTitle.set_label(this->label);
}
+void Panel::setOrientation( Gtk::AnchorType how )
+{
+ if ( _anchor != how )
+ {
+ _anchor = how;
+ }
+}
+
void Panel::_regItem( Gtk::MenuItem* item, int group, int id )
{
menu.append( *item );