diff options
-rw-r--r-- | remote_plot.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remote_plot.c b/remote_plot.c index 2e9901d..cd3ead3 100644 --- a/remote_plot.c +++ b/remote_plot.c @@ -672,7 +672,8 @@ static void activate (GtkApplication *app, gpointer user_data) window = gtk_application_window_new (app); gtk_window_set_title (GTK_WINDOW (window), "remote_plot"); //gtk_window_set_default_size (GTK_WINDOW (window), 1000, 1000); - gtk_window_fullscreen (GTK_WINDOW(window)); + //gtk_window_fullscreen (GTK_WINDOW(window)); + gtk_window_maximize (GTK_WINDOW(window)); //gtk_drawing_area_set_content_width (GTK_DRAWING_AREA (data->area), 600); //gtk_drawing_area_set_content_height (GTK_DRAWING_AREA (data->area), 600); |