summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Techet <techet@gmail.com>2018-01-05 12:12:39 +0100
committerJiří Techet <techet@gmail.com>2018-01-05 12:12:39 +0100
commitddfc45fe1f9fc62c99d25c9cbdd4d42ad6e7d95c (patch)
tree2f4648f5455a7fd15a94135ca7088f7f24dd7909
parent8752cbe1825a301418451c4cf2e20d8577308c93 (diff)
downloadlibchamplain-ddfc45fe1f9fc62c99d25c9cbdd4d42ad6e7d95c.tar.gz
Enable wrapping in the keyboard-mapping demo
So this can be tested more easily.
-rwxr-xr-xdemos/keyboard-mapping.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/keyboard-mapping.py b/demos/keyboard-mapping.py
index 45925b5..9a65e69 100755
--- a/demos/keyboard-mapping.py
+++ b/demos/keyboard-mapping.py
@@ -23,6 +23,7 @@ class KeyboardMapping:
self.widget = GtkChamplain.Embed()
self.widget.set_size_request(640, 480)
self.view = self.widget.get_view()
+ self.view.set_horizontal_wrap(True)
window.add(self.widget)
window.show_all()