Commit f3073a8c authored by claes's avatar claes

Toolbar size modified to view close button

parent 7d7f7027
/*
* Proview $Id: xtt_op_gtk.cpp,v 1.10 2008-02-27 07:00:29 claes Exp $
* Proview $Id: xtt_op_gtk.cpp,v 1.11 2008-11-26 15:24:31 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -301,7 +301,7 @@ OpGtk::OpGtk( void *op_parent_ctx,
gtk_box_pack_start( GTK_BOX(sysbutton_box), eventlist_button, FALSE, FALSE, 0);
gtk_box_pack_start( GTK_BOX(sysbutton_box), eventlog_button, FALSE, FALSE, 0);
gtk_box_pack_start( GTK_BOX(sysbutton_box), help_button, FALSE, FALSE, 0);
gtk_widget_set_size_request( sysbutton_box, 150, -1);
gtk_widget_set_size_request( sysbutton_box, 160, -1);
// Main window
configure( opplace);
......
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