From ea0ee7eae47409aab44f79f5e8e939b38398f961 Mon Sep 17 00:00:00 2001 From: Rory MacQueen Date: Tue, 17 Sep 2013 19:55:33 -0700 Subject: 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. --- data/assets/play.png | Bin 0 -> 16366 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 data/assets/play.png (limited to 'data/assets') diff --git a/data/assets/play.png b/data/assets/play.png new file mode 100644 index 0000000..d5b1279 Binary files /dev/null and b/data/assets/play.png differ -- cgit v1.2.3