diff options
| author | kamalpreetgrewal <grewalkamal005@gmail.com> | 2016-07-20 07:21:39 +0000 |
|---|---|---|
| committer | kamalpreetgrewal <grewalkamal005@gmail.com> | 2016-07-20 07:21:39 +0000 |
| commit | be3b537680814fd07a0a5776724028f09f78a023 (patch) | |
| tree | 7030516d3370bd356158649b6ae0872368cd4911 /src/ui/dialog/cssdialog.cpp | |
| parent | Update XML correctly when editing properties (diff) | |
| download | inkscape-be3b537680814fd07a0a5776724028f09f78a023.tar.gz inkscape-be3b537680814fd07a0a5776724028f09f78a023.zip | |
Separate CSS dialog from Style Dialog visually
(bzr r14949.1.56)
Diffstat (limited to 'src/ui/dialog/cssdialog.cpp')
| -rw-r--r-- | src/ui/dialog/cssdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/cssdialog.cpp b/src/ui/dialog/cssdialog.cpp index e12716d6e..9007faafc 100644 --- a/src/ui/dialog/cssdialog.cpp +++ b/src/ui/dialog/cssdialog.cpp @@ -30,7 +30,7 @@ CssDialog::CssDialog(): UI::Widget::Panel("", "/dialogs/css", SP_VERB_DIALOG_CSS), _desktop(0) { - set_size_request(50, 50); + set_size_request(20, 15); _mainBox.pack_start(_scrolledWindow, Gtk::PACK_EXPAND_WIDGET); _treeView.set_headers_visible(false); _scrolledWindow.add(_treeView); |
