[solang] The ExporterDialog should not be resizable



commit dc97e3ce4b082a508f17d3ca5af6723aba941d06
Author: Debarshi Ray <rishi gnu org>
Date:   Wed Mar 17 01:59:28 2010 +0200

    The ExporterDialog should not be resizable

 src/exporter/exporter-dialog.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/exporter/exporter-dialog.cpp b/src/exporter/exporter-dialog.cpp
index 74657a4..90a4c6f 100644
--- a/src/exporter/exporter-dialog.cpp
+++ b/src/exporter/exporter-dialog.cpp
@@ -53,6 +53,7 @@ ExporterDialog::ExporterDialog(Gtk::Widget & browser,
     sourceOptions_(source_options)
 {
     set_border_width(12);
+    set_resizable(false);
 
     Gtk::VBox * const dialog_vbox = get_vbox();
     dialog_vbox->set_spacing(18);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]