From 38c05cd54406e65ef9b404c551e077e83f7d92c6 Mon Sep 17 00:00:00 2001 From: "g@localhost.localdomain" Date: Sat, 2 Sep 2006 21:15:36 +0200 Subject: [PATCH] Add a handlebox for the toolbar. --- ui/gtk/main_window.glade | 103 +++++++++++++++++++++++++---------------------- 1 file changed, 54 insertions(+), 49 deletions(-) diff --git a/ui/gtk/main_window.glade b/ui/gtk/main_window.glade index d620666..f42a1d4 100644 --- a/ui/gtk/main_window.glade +++ b/ui/gtk/main_window.glade @@ -3,54 +3,6 @@ - - - - ZoomFit - Zoom Fit - Fit the tree in the window - gtk-zoom-fit - - <Control>0 - - - - - ZoomIn - Zoom In - Increase the zoom level - gtk-zoom-in - - <Control>plus - - - - - ZoomOut - Zoom Out - Decrease the zoom level - gtk-zoom-out - - <Control>minus - - - - - - - - - ParentDirectory - Parent Directory - Go to the parent directory - gtk-go-up - - <Alt>Up - - - - - @@ -93,6 +45,54 @@ + + + + + ParentDirectory + Parent Directory + Go to the parent directory + gtk-go-up + + <Alt>Up + + + + + + + + + ZoomFit + Zoom Fit + Fit the tree in the window + gtk-zoom-fit + + <Control>0 + + + + + ZoomIn + Zoom In + Increase the zoom level + gtk-zoom-in + + <Control>plus + + + + + ZoomOut + Zoom Out + Decrease the zoom level + gtk-zoom-out + + <Control>minus + + + + @@ -123,8 +123,13 @@ - + True + + + True + + False -- 2.11.4.GIT