[gnome-themes-standard] Widgets: remove superfluous borders from gnome-terminal notebook.



commit 21be7c3e51916ee20ab2fae853c101b70c111e98
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Thu Jan 19 21:56:48 2012 +0100

    Widgets: remove superfluous borders from gnome-terminal notebook.
    
    Window decorations: set bottom width to 1 istead of 2.

 themes/Adwaita/gtk-3.0/gnome-applications.css  |    6 ++++++
 themes/Adwaita/metacity-1/metacity-theme-3.xml |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index fede788..e257bbd 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -39,6 +39,12 @@ TerminalScreen {
     -TerminalScreen-background-darkness: 0.95;
 }
 
+TerminalWindow GtkNotebook.notebook {
+    border-bottom-width: 0;
+    border-right-width: 0;
+    border-left-width: 0;
+}
+
 /* nautilus */
 .nautilus-canvas-item {
     border-radius: 5;
diff --git a/themes/Adwaita/metacity-1/metacity-theme-3.xml b/themes/Adwaita/metacity-1/metacity-theme-3.xml
index 30cb973..a476a35 100644
--- a/themes/Adwaita/metacity-1/metacity-theme-3.xml
+++ b/themes/Adwaita/metacity-1/metacity-theme-3.xml
@@ -32,7 +32,7 @@
 <frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4">
 	<distance name="left_width" value="1" />
 	<distance name="right_width" value="1" />
-	<distance name="bottom_height" value="2" />
+	<distance name="bottom_height" value="1" />
 	<distance name="left_titlebar_edge" value="0"/>
 	<distance name="right_titlebar_edge" value="0"/>
 	<distance name="title_vertical_pad" value="9"/>



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