]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_panel.C
This patch should now fix all resize problems we have with forms-windows.
[features.git] / src / mathed / math_panel.C
index 7b9f4161d697933858bf963aaa0a7fa3d07e88f4..80f20daec3853cc0e701ef33328b3d981ae9f1ba 100644 (file)
@@ -339,7 +339,7 @@ void show_symbols_form(LyXFunc *lf)
     if (fd_panel->panel->visible) {
        fl_raise_form(fd_panel->panel);
     } else {
-      fl_show_form(fd_panel->panel, FL_PLACE_MOUSE | FL_FREE_SIZE,
+      fl_show_form(fd_panel->panel, FL_PLACE_MOUSE,
                   FL_FULLBORDER, _("Math Panel"));
     }
 }