mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
Made usize into set_default_size form uml_window.
This commit is contained in:
parent
c40e77276b
commit
03022313bc
@ -1498,7 +1498,8 @@ sub uml_box {
|
|||||||
\$uml_window);
|
\$uml_window);
|
||||||
$uml_window->signal_connect("delete_event", \&destroy_window,
|
$uml_window->signal_connect("delete_event", \&destroy_window,
|
||||||
\$uml_window);
|
\$uml_window);
|
||||||
$uml_window->set_usize( 500, 95 ); # 450 175 || 500 600
|
##$uml_window->set_usize( 500, 95 ); # 450 175 || 500 600
|
||||||
|
$uml_window->set_default_size( 500, 95 ); # 450 175 || 500 600
|
||||||
$uml_window->set_policy( $true, $true, $false );
|
$uml_window->set_policy( $true, $true, $false );
|
||||||
$uml_window->set_title( "UML Box" );
|
$uml_window->set_title( "UML Box" );
|
||||||
$uml_window->border_width(1);
|
$uml_window->border_width(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user