summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRory MacQueen <rory@endlessm.com>2013-09-17 19:55:33 -0700
committerRory MacQueen <rorymacqueen@gmail.com>2013-09-26 10:43:54 -0700
commitea0ee7eae47409aab44f79f5e8e939b38398f961 (patch)
tree3391fc4c9162a71e4cc1dad63592ed0119a275ba /data
parent7a8bc7d599fe3440b925980f7d821f7d42874d43 (diff)
Reorganized widget layout for the category page
We were encountering a bizarre bug where the textview would enlarge when you click the button on the category page. It seems to be due to the set_size_request call on the textview or containing widget. To correct, I took out that set_size_request call and instead subclassed the textview to override the get_preferred_width function. The button image is a placeholder till we get the right asset from design.
Diffstat (limited to 'data')
-rw-r--r--data/assets/play.pngbin0 -> 16366 bytes
-rw-r--r--data/eos-wikipedia-domain.gresource.xml1
2 files changed, 1 insertions, 0 deletions
diff --git a/data/assets/play.png b/data/assets/play.png
new file mode 100644
index 0000000..d5b1279
--- /dev/null
+++ b/data/assets/play.png
Binary files differ
diff --git a/data/eos-wikipedia-domain.gresource.xml b/data/eos-wikipedia-domain.gresource.xml
index 447b7e2..b1a7d87 100644
--- a/data/eos-wikipedia-domain.gresource.xml
+++ b/data/eos-wikipedia-domain.gresource.xml
@@ -13,5 +13,6 @@
<file>assets/category_splash_separator_shadow.png</file>
<file>assets/category_hover_arrow.png</file>
<file>assets/image_strip_back_button.png</file>
+ <file>assets/play.png</file>
</gresource>
</gresources>