[Xfce4-commits] [apps/xfce4-terminal] 01/01: Make slim tabs more slim
noreply at xfce.org
noreply at xfce.org
Wed Jan 4 13:45:20 CET 2017
This is an automated email from the git hooks/post-receive script.
f2404 pushed a commit to branch master
in repository apps/xfce4-terminal.
commit 67bd26f9ff2b395e2591d4afd6f15215e42ee700
Author: Igor <f2404 at yandex.ru>
Date: Wed Jan 4 15:45:12 2017 +0300
Make slim tabs more slim
---
terminal/terminal-window.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c
index 4a307b0..2b9fc0c 100644
--- a/terminal/terminal-window.c
+++ b/terminal/terminal-window.c
@@ -75,20 +75,20 @@ enum
const gchar *CSS_SLIM_TABS =
"#" NOTEBOOK_NAME " tab {\n"
" min-height: 0;\n"
-" padding-top: 2px;\n"
-" padding-bottom: 2px;\n"
+" padding-top: 1px;\n"
+" padding-bottom: 1px;\n"
"}\n"
"#" NOTEBOOK_NAME " tab button {\n"
" min-height: 0;\n"
" min-width: 0;\n"
-" padding: 2px;\n"
-" margin-top: 2px;\n"
-" margin-bottom: 2px;\n"
+" padding: 1px;\n"
+" margin-top: 1px;\n"
+" margin-bottom: 1px;\n"
"}\n"
"#" NOTEBOOK_NAME " button {\n"
" min-height: 0;\n"
" min-width: 0;\n"
-" padding: 2px;\n"
+" padding: 1px;\n"
"}\n";
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list