mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
make the no sm support warning dialog resizable, since the default GTK
2004-05-02 Rob Adams <readams@readams.net> * src/metacity-dialog.c (warn_about_no_sm_support): make the no sm support warning dialog resizable, since the default GTK warning dialog not has default not resizable. Fix for #141672 from Olivier Crete.
This commit is contained in:
parent
0ceb317ac6
commit
77a1e8ec8b
@ -1,3 +1,10 @@
|
||||
2004-05-02 Rob Adams <readams@readams.net>
|
||||
|
||||
* src/metacity-dialog.c (warn_about_no_sm_support): make the no sm
|
||||
support warning dialog resizable, since the default GTK warning
|
||||
dialog not has default not resizable. Fix for #141672 from
|
||||
Olivier Crete.
|
||||
|
||||
2004-04-29 Rob Adams <readams@readams.net>
|
||||
|
||||
* src/prefs.c (change_notify): Add a value type check for the
|
||||
|
@ -255,6 +255,8 @@ warn_about_no_sm_support (char **lame_apps)
|
||||
gtk_window_set_geometry_hints (GTK_WINDOW (dialog),
|
||||
sw, NULL, 0);
|
||||
|
||||
gtk_window_set_resizable (GTK_WINDOW(dialog), TRUE);
|
||||
|
||||
/* applies to geometry widget; try to avoid scrollbars,
|
||||
* but don't make the window huge
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user