View Single Post
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#65
conny, hi, just wondering if you've thought about using the thumbable scrollbar (looking at the amount of hildonness to be found in this, that's probably a yes )?

Code:
--- conboy-0.4.5.orig/src/interface.c
+++ conboy-0.4.5/src/interface.c
@@ -447,6 +447,7 @@
 	scrolledwindow1 = gtk_scrolled_window_new(NULL, NULL);
 	gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW (scrolledwindow1), GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
 #endif
+	hildon_helper_set_thumb_scrollbar(scrolledwindow1, TRUE);
 	gtk_widget_show(scrolledwindow1);
 	gtk_box_pack_start(GTK_BOX (vbox1), scrolledwindow1, TRUE, TRUE, 0);
Did the above and I get this:

IMHO, it's better because it's nice being able to scroll my notes with the big scrollbar when I don't have my stylus in my hand. Just a thought.

Either way, this program is just too awesome for note-keeping! I don't even use Tomboy on a desktop but I find this too useful

Last edited by qwerty12; 2009-06-07 at 16:00.
 

The Following User Says Thank You to qwerty12 For This Useful Post: