usize
This commit is contained in:
parent
87777aa23f
commit
bc1bde4da4
3 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
2001-07-24 Chema Celorio <chema@celorio.com>
|
||||
|
||||
* capplet-dir-view-html.c (html_create): set the usize of hte
|
||||
side bar a bit smaller. Also set the size of the glade file a bit
|
||||
wider
|
||||
|
||||
* capplet-dir-view.c (capplet_dir_view_load_dir): set the title
|
||||
of the window to "Gnome Control Center : foo"
|
||||
|
||||
|
|
|
@ -378,7 +378,7 @@ html_create (CappletDirView *view)
|
|||
GTK_POLICY_NEVER,
|
||||
GTK_POLICY_AUTOMATIC);
|
||||
gtk_container_add (GTK_CONTAINER (sw), GTK_WIDGET (data->sidebar));
|
||||
gtk_widget_set_usize (GTK_WIDGET (data->sidebar), 200, 0);
|
||||
gtk_widget_set_usize (GTK_WIDGET (data->sidebar), 140, 0);
|
||||
gtk_box_pack_start (GTK_BOX (hbox), sw, FALSE, FALSE, 0);
|
||||
|
||||
/* main widget */
|
||||
|
|
|
@ -257,7 +257,7 @@
|
|||
<type>GTK_WINDOW_TOPLEVEL</type>
|
||||
<position>GTK_WIN_POS_NONE</position>
|
||||
<modal>False</modal>
|
||||
<default_width>500</default_width>
|
||||
<default_width>550</default_width>
|
||||
<default_height>400</default_height>
|
||||
<allow_shrink>True</allow_shrink>
|
||||
<allow_grow>True</allow_grow>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue