[Xfce4-commits] [apps/xfce4-terminal] 01/01: Even more slim tabs
noreply at xfce.org
noreply at xfce.org
Fri Jan 6 14:36:57 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 ee2bdb13912406ea36ef82b05ddace756f95bd38
Author: Igor <f2404 at yandex.ru>
Date: Fri Jan 6 16:36:50 2017 +0300
Even more slim tabs
---
terminal/terminal-window.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c
index 2b9fc0c..743858b 100644
--- a/terminal/terminal-window.c
+++ b/terminal/terminal-window.c
@@ -74,16 +74,16 @@ enum
#define NOTEBOOK_NAME PACKAGE_NAME "-notebook"
const gchar *CSS_SLIM_TABS =
"#" NOTEBOOK_NAME " tab {\n"
+" font-weight: normal;\n"
" min-height: 0;\n"
-" padding-top: 1px;\n"
-" padding-bottom: 1px;\n"
+" padding: 1px;\n"
+" margin: 0;\n"
"}\n"
"#" NOTEBOOK_NAME " tab button {\n"
" min-height: 0;\n"
" min-width: 0;\n"
" padding: 1px;\n"
-" margin-top: 1px;\n"
-" margin-bottom: 1px;\n"
+" margin: 0;\n"
"}\n"
"#" NOTEBOOK_NAME " button {\n"
" min-height: 0;\n"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list