diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2006-02-18 08:56:22 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2006-02-18 08:56:22 +0000 |
| commit | cb3c4232c369855e07227f75c04673182f6461c0 (patch) | |
| tree | 24645f010f65be595f4be0ecd0b1f7550bb00c88 /src/dialogs/swatches.cpp | |
| parent | updates from Lucas and Colin (diff) | |
| download | inkscape-cb3c4232c369855e07227f75c04673182f6461c0.tar.gz inkscape-cb3c4232c369855e07227f75c04673182f6461c0.zip | |
Removed horizontal scroll bar from swatches when embedded.
(bzr r155)
Diffstat (limited to 'src/dialogs/swatches.cpp')
| -rw-r--r-- | src/dialogs/swatches.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/dialogs/swatches.cpp b/src/dialogs/swatches.cpp index 739cda3b2..dd48fa539 100644 --- a/src/dialogs/swatches.cpp +++ b/src/dialogs/swatches.cpp @@ -482,6 +482,15 @@ SwatchesPanel::~SwatchesPanel() { } +void SwatchesPanel::Temp() +{ + if ( _holder ) + { + _holder->setOrientation( Gtk::ANCHOR_SOUTH ); + } +} + + void SwatchesPanel::_handleAction( int setId, int itemId ) { switch( setId ) { |
