summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/xml-tree.cpp
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-08-22 13:56:06 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-08-22 13:56:06 +0000
commitfd20d632fd7a58a16e1b281588bb7591ac64ca0c (patch)
tree27377381d4f6ff5d113783904c898446282d5cc7 /src/ui/dialog/xml-tree.cpp
parentAdd styling to textview pointed by Adam Belis in team_ux (diff)
downloadinkscape-fd20d632fd7a58a16e1b281588bb7591ac64ca0c.tar.gz
inkscape-fd20d632fd7a58a16e1b281588bb7591ac64ca0c.zip
Panned styling to CSS and XML dialogs
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 ef0131168..bbdccf687 100644
--- a/src/ui/dialog/xml-tree.cpp
+++ b/src/ui/dialog/xml-tree.cpp
@@ -228,7 +228,6 @@ XmlTree::XmlTree()
set_spacing(0);
set_size_request(320, 260);
show_all();
- _paned.property_wide_handle() = true;
int panedpos = prefs->getInt("/dialogs/xml/panedpos", 130);
_paned.set_position(panedpos);
_resized();