[Xfce4-commits] <ristretto:master> Set default height to 440px,

Stephan Arts noreply at xfce.org
Mon Oct 24 00:08:01 CEST 2011


Updating branch refs/heads/master
         to aae1c7212f44e5a0ad32126d4f66effe33952cf6 (commit)
       from b5383a1b1643531319ad48c078d49f7066836b61 (commit)

commit aae1c7212f44e5a0ad32126d4f66effe33952cf6
Author: Stephan Arts <stephan at xfce.org>
Date:   Sun Oct 23 23:41:44 2011 +0200

    Set default height to 440px,
    
    Show all buttons on a vertically aligned navigationbar

 src/settings.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/settings.c b/src/settings.c
index e8c086b..c7c1730 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -161,7 +161,7 @@ rstto_settings_init (GObject *object)
     settings->priv->show_nav_toolbar = TRUE;
     settings->priv->open_entire_folder = TRUE;
     settings->priv->window_width = 600;
-    settings->priv->window_height = 400;
+    settings->priv->window_height = 440;
     settings->priv->wrap_images = TRUE;
     settings->priv->show_thumbnailbar = TRUE;
     settings->priv->use_thunar_properties = TRUE;


More information about the Xfce4-commits mailing list