Re: REQUEST - Today List - Scrolling



Here's a basic patch for Time Tracker 2.28.0.



> Hi,
>
> First, let me say that Project Hamster (Time Tracker) is a very wonderful
> applet.  I found it today and it works great.
>
> I bounce between tasks frequently, so accumulating a long list of
> individual task times is not uncommon.  In doing so, I've just discovered
> a design limitation.  When I click on the applet and have the 'Today' list
> displayed, the list is so long that is runs off my screen (1280x1024) and
> I cannot see any time entries below the last visible one.  Additionally
> (here's the limitation) - I cannot scroll the list to be able to see the
> "hidden" entries.
>
> This makes it very difficult to resume / edit existing tasks.
>
> Is there any way to add scrolling capabilities to the 'Today' list?
>
> Thanks,
> Lee
>
>
> _______________________________________________
> hamster-applet-devel-list mailing list
> hamster-applet-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/hamster-applet-devel-list
>
--- applet.ui	2010-02-11 21:14:16.733621440 -0600
+++ /usr/share/hamster-applet/applet.ui	2010-02-11 21:17:35.693621208 -0600
@@ -177,11 +177,11 @@
                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
                         <child>
                           <object class="GtkScrolledWindow" id="todays_scroll">
+                            <property name="height_request">700</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
                             <property name="hscrollbar_policy">automatic</property>
-                            <property name="vscrollbar_policy">never</property>
                             <property name="shadow_type">in</property>
                             <child>
                               <object class="GtkTreeView" id="today">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]