[gnome-themes-standard] Enable window dragging for toolbars on top of windows



commit bfd19503cbc92bee08a1bbaade33e0abfb8533a8
Author: Carlos Garnacho <carlosg gnome org>
Date:   Mon Feb 14 18:36:06 2011 +0100

    Enable window dragging for toolbars on top of windows
    
    Fixes bug 641218 - Does not activate window-dragging on Toolbars
    and Statusbar, reported by Diego Escalante.

 themes/Adwaita/gtk-3.0/gtk.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index 3b9f81a..d25408c 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -438,6 +438,7 @@ GtkWindow > GtkVBox > .toolbar {
     border-style: none;
     padding: 4;
     border-width: 0;
+    -GtkWidget-window-dragging: true;
 }
 
 GtkWindow > GtkVBox > EggEditableToolbar > GtkHBox > GtkToolbar .button,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]