[Xfce4-commits] <ristretto:master> Do not make the properties-dialog resizable

Stephan Arts noreply at xfce.org
Fri Nov 4 11:40:01 CET 2011


Updating branch refs/heads/master
         to 822f65c6bca25e907304834fe9e793a9e2b5cec7 (commit)
       from 7e7e286e4d1eaa78b0536f2f667ca8aab02f4bf5 (commit)

commit 822f65c6bca25e907304834fe9e793a9e2b5cec7
Author: Stephan Arts <stephan at xfce.org>
Date:   Fri Nov 4 00:20:04 2011 +0100

    Do not make the properties-dialog resizable

 src/properties_dialog.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/properties_dialog.c b/src/properties_dialog.c
index 03ae492..e4a4d29 100644
--- a/src/properties_dialog.c
+++ b/src/properties_dialog.c
@@ -297,6 +297,9 @@ rstto_properties_dialog_init (RsttoPropertiesDialog *dialog)
 
     gtk_widget_show_all (vbox);
 
+    /* Window should not be resizable */
+    gtk_window_set_resizable(GTK_WINDOW(dialog), FALSE);
+
 
     gtk_dialog_add_button (GTK_DIALOG (dialog), GTK_STOCK_CLOSE, GTK_RESPONSE_OK);
 }


More information about the Xfce4-commits mailing list