From 6a04f9cc7427e6d3e204e0202418394aea9c8cd8 Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Tue, 11 Jun 2013 15:24:45 +0000 Subject: Improve widgets to select font family and size with touch Combos do not work well with touch, are replaced by new widgets provided in fontcombobox.py Signed-off-by: Gonzalo Odiard --- (limited to 'icons') diff --git a/icons/font-text.svg b/icons/font-text.svg new file mode 100644 index 0000000..ad3f9fa --- /dev/null +++ b/icons/font-text.svg @@ -0,0 +1,32 @@ + + + +image/svg+xmlFF + \ No newline at end of file diff --git a/icons/resize+.svg b/icons/resize+.svg new file mode 100644 index 0000000..0fae3c3 --- /dev/null +++ b/icons/resize+.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icons/resize-.svg b/icons/resize-.svg new file mode 100644 index 0000000..e3b719e --- /dev/null +++ b/icons/resize-.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v0.9.1