summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/xml-tree.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-05-04 15:42:32 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-06-02 09:50:16 +0000
commitb6c589d017483131f599764f65b1c48f950d6c61 (patch)
tree2a48bbd066f5f57cf4cfb9a4c6965cd5e74f46de /src/ui/dialog/xml-tree.cpp
parentfix attributes and add ui file (diff)
downloadinkscape-b6c589d017483131f599764f65b1c48f950d6c61.tar.gz
inkscape-b6c589d017483131f599764f65b1c48f950d6c61.zip
Styling fixes and remove a crash
Diffstat (limited to 'src/ui/dialog/xml-tree.cpp')
-rw-r--r--src/ui/dialog/xml-tree.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/dialog/xml-tree.cpp b/src/ui/dialog/xml-tree.cpp
index dc5a429c6..3afce0164 100644
--- a/src/ui/dialog/xml-tree.cpp
+++ b/src/ui/dialog/xml-tree.cpp
@@ -74,7 +74,6 @@ XmlTree::XmlTree() :
return;
}
flowbox_content = Gtk::manage(new Inkscape::UI::Widget::InkFlowBox("XMLFlow"));
-
Gtk::Box *contents = _getContents();
contents->set_spacing(0);
contents->set_size_request(320, 260);