Reduce the size of the window by a bit and add some padding to make
the view look nicer. svn path=/trunk/; revision=3327
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
2000-06-01 Ettore Perazzoli <ettore@helixcode.com>
|
||||
|
||||
* e-shell-view.c (DEFAULT_WIDTH): Made the default window a bit
|
||||
narrower.
|
||||
(DEFAULT_HEIGHT): And shorter.
|
||||
(setup_widgets): Set the border width of the vbox that holds the
|
||||
title bar to 2 pixels, so that the view looks a bit nicer.
|
||||
|
||||
2000-06-01 Ettore Perazzoli <ettore@helixcode.com>
|
||||
|
||||
* e-shell-view.c (DEFAULT_TREE_WIDTH): Made the tree 150 pixel
|
||||
|
||||
@ -98,8 +98,8 @@ static guint signals[LAST_SIGNAL] = { 0 };
|
||||
#define DEFAULT_SHORTCUT_BAR_WIDTH 100
|
||||
#define DEFAULT_TREE_WIDTH 130
|
||||
|
||||
#define DEFAULT_WIDTH 600
|
||||
#define DEFAULT_HEIGHT 600
|
||||
#define DEFAULT_WIDTH 700
|
||||
#define DEFAULT_HEIGHT 550
|
||||
|
||||
|
||||
/* Utility functions. */
|
||||
@ -256,6 +256,7 @@ setup_widgets (EShellView *shell_view)
|
||||
/* Put things into a paned and the paned into the GnomeApp. */
|
||||
|
||||
priv->view_vbox = gtk_vbox_new (FALSE, 0);
|
||||
gtk_container_set_border_width (GTK_CONTAINER (priv->view_vbox), 2);
|
||||
|
||||
priv->view_title_bar = e_shell_folder_title_bar_new ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user