]> git.sesse.net Git - vlc/commit
* You can now set a maximum height for the configuration windows in the gtk
authorGildas Bazin <gbazin@videolan.org>
Sun, 31 Mar 2002 22:35:44 +0000 (22:35 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 31 Mar 2002 22:35:44 +0000 (22:35 +0000)
commitb8b9974f745e45d2c4400d3370b3e0552df4c570
treef7f380a7a4a8c28065c02b3ed2721d1da2c6a6f5
parentce40baa114cf73ab5c7dfdc6c9e3c5db454b2718
* You can now set a maximum height for the configuration windows in the gtk
    and gnome plugins. This patch _doesn't change_ the look of the interface
    unless this interface tries to use more space than allowed, in which case
    scrollbars are added to make the navigation easy.
    Note that this setting only affects the default size the interface will
    use, the user is then free to change the size of the window as he wants.

* Tooltips are now triggered only in specific places. This is a lot less
   intrusive and annoying for the users.
plugins/gtk/gnome.c
plugins/gtk/gtk.c
plugins/gtk/gtk_preferences.c