mirror of https://github.com/PCSX2/pcsx2.git
zzogl: update the size of the default advance panels. Avoid resizing every times.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3637 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
a0f3f4b904
commit
2544f4c320
|
@ -214,7 +214,7 @@ void DisplayAdvancedDialog()
|
|||
|
||||
dialog = gtk_dialog_new();
|
||||
gtk_window_set_title(GTK_WINDOW(dialog), "ZZOgl PG Advanced Config");
|
||||
gtk_window_set_default_size(GTK_WINDOW(dialog), 200, 410);
|
||||
gtk_window_set_default_size(GTK_WINDOW(dialog), 600, 600);
|
||||
gtk_window_set_modal(GTK_WINDOW(dialog), true);
|
||||
|
||||
advanced_box = gtk_vbox_new(false, 5);
|
||||
|
|
Loading…
Reference in New Issue