mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
1999-04-05 Miguel de Icaza <miguel@nuclecu.unam.mx>
* find.c (setup_gui): Do not scroll horizontally. Why does the CList behave like this?
This commit is contained in:
parent
4ee4ff8680
commit
e1ec2e4556
@ -1,5 +1,8 @@
|
||||
1999-04-05 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* find.c (setup_gui): Do not scroll horizontally. Why does the
|
||||
CList behave like this?
|
||||
|
||||
* setup.c: Save desktop information.
|
||||
|
||||
1999-04-05 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
@ -770,7 +770,7 @@ setup_gui (void)
|
||||
|
||||
sw = gtk_scrolled_window_new (NULL, NULL);
|
||||
gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (sw),
|
||||
GTK_POLICY_AUTOMATIC,
|
||||
GTK_POLICY_NEVER,
|
||||
GTK_POLICY_AUTOMATIC);
|
||||
g_clist = gtk_clist_new (1);
|
||||
gtk_clist_set_selection_mode (GTK_CLIST (g_clist), GTK_SELECTION_SINGLE);
|
||||
|
Loading…
Reference in New Issue
Block a user