Author: akv
Date: 2013-09-15 01:20:45 +0200 (Sun, 15 Sep 2013)
New Revision: 4422
Modified:
trunk/src/rs-tethered-shooting.c
Log:
Forcing size for textview - not visible in newest versions of Ubuntu.
Modified: trunk/src/rs-tethered-shooting.c
===================================================================
--- trunk/src/rs-tethered-shooting.c 2013-09-08 11:34:41 UTC (rev 4421)
+++ trunk/src/rs-tethered-shooting.c 2013-09-14 23:20:45 UTC (rev 4422)
@@ -1082,6 +1082,7 @@
/* Status text */
status_textview = gtk_text_view_new_with_buffer(t->status_buffer);
+ g_object_set (status_textview, "height-request", 100, NULL);
gtk_text_view_set_editable(GTK_TEXT_VIEW(status_textview), FALSE);
gtk_text_view_set_cursor_visible(GTK_TEXT_VIEW(status_textview), FALSE);
gtk_container_add ( GTK_CONTAINER(status_window), status_textview);
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit