Commit ff052635 authored by claes's avatar claes

Increased window width

parent 9b328658
/* /*
* Proview $Id: xtt_xcrr_gtk.cpp,v 1.2 2007-01-11 11:40:31 claes Exp $ * Proview $Id: xtt_xcrr_gtk.cpp,v 1.3 2008-05-29 14:59:25 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -120,7 +120,7 @@ XCrrGtk::XCrrGtk( ...@@ -120,7 +120,7 @@ XCrrGtk::XCrrGtk(
toplevel = (GtkWidget *) g_object_new( GTK_TYPE_WINDOW, toplevel = (GtkWidget *) g_object_new( GTK_TYPE_WINDOW,
"default-height", 420, "default-height", 420,
"default-width", 300, "default-width", 600,
"title", title, "title", title,
NULL); NULL);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment