summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/entity-entry.cpp
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-03-06 15:10:21 +0000
committerJohn Smith <removethis.john.q.public@bigmail.com>2012-03-06 15:10:21 +0000
commit774ac78a10013be8a9de373765155dd52e95485c (patch)
tree2f2004baa999e2f051735b14dd12797aaec8d788 /src/ui/widget/entity-entry.cpp
parentClean up our fork of Gtk::Ruler a bit (diff)
downloadinkscape-774ac78a10013be8a9de373765155dd52e95485c.tar.gz
inkscape-774ac78a10013be8a9de373765155dd52e95485c.zip
Fix for 946631 : Overlay scrollbars causing input boxes to be small (Document Metadata)
(bzr r11050)
Diffstat (limited to 'src/ui/widget/entity-entry.cpp')
-rw-r--r--src/ui/widget/entity-entry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/entity-entry.cpp b/src/ui/widget/entity-entry.cpp
index 6655b045b..be43e4fda 100644
--- a/src/ui/widget/entity-entry.cpp
+++ b/src/ui/widget/entity-entry.cpp
@@ -118,7 +118,7 @@ EntityMultiLineEntry::EntityMultiLineEntry (rdf_work_entity_t* ent, Registry& wr
s->set_policy (Gtk::POLICY_AUTOMATIC, Gtk::POLICY_AUTOMATIC);
s->set_shadow_type (Gtk::SHADOW_IN);
_packable = s;
- _v.set_size_request (-1, 5);
+ _v.set_size_request (-1, 35);
_v.set_wrap_mode (Gtk::WRAP_WORD);
_v.set_accepts_tab (false);
s->add (_v);