Commit efaf7dc6 authored by claes's avatar claes

Window width increased

parent 6fa30214
/** /**
* Proview $Id: co_xhelp_gtk.cpp,v 1.1 2007-01-04 07:51:41 claes Exp $ * Proview $Id: co_xhelp_gtk.cpp,v 1.2 2007-02-05 09:28:43 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
...@@ -219,7 +219,7 @@ CoXHelpGtk::CoXHelpGtk( ...@@ -219,7 +219,7 @@ CoXHelpGtk::CoXHelpGtk(
toplevel = (GtkWidget *) g_object_new( GTK_TYPE_WINDOW, toplevel = (GtkWidget *) g_object_new( GTK_TYPE_WINDOW,
"default-height", 700, "default-height", 700,
"default-width", 400, "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