[gmtk] r235 committed - Don't force a minimum size on the tracker

1 view
Skip to first unread message

gm...@googlecode.com

unread,
Feb 5, 2014, 3:10:44 PM2/5/14
to gnome-mpla...@googlegroups.com
Revision: 235
Author: kdekorte
Date: Wed Feb 5 20:10:27 2014 UTC
Log: Don't force a minimum size on the tracker
http://code.google.com/p/gmtk/source/detail?r=235

Modified:
/trunk/ChangeLog
/trunk/src/gmtk_media_tracker.c

=======================================
--- /trunk/ChangeLog Thu Jan 9 21:59:25 2014 UTC
+++ /trunk/ChangeLog Wed Feb 5 20:10:27 2014 UTC
@@ -1,4 +1,5 @@
Development
+ Don't force a minimum size on the tracker
1.0.9b
Only do the media player allocation event if no video is present
Fix parameter warning to gtk_widget_get_visible
=======================================
--- /trunk/src/gmtk_media_tracker.c Wed Oct 30 11:59:05 2013 UTC
+++ /trunk/src/gmtk_media_tracker.c Wed Feb 5 20:10:27 2014 UTC
@@ -93,7 +93,7 @@
#else
GTK_WIDGET_UNSET_FLAGS(tracker->scale, GTK_CAN_FOCUS);
#endif
- gtk_widget_set_size_request(tracker->scale, 200, -1);
+ gtk_widget_set_size_request(tracker->scale, -1, -1);
gtk_widget_show(tracker->scale);
gtk_box_pack_start(GTK_BOX(tracker), GTK_WIDGET(tracker->scale), TRUE,
TRUE, 0);
gtk_widget_set_sensitive(tracker->scale, FALSE);
Reply all
Reply to author
Forward
0 new messages