[Xfce4-commits] [apps/xfce4-terminal] 01/01: Expose slim tabs setting to Preferences
noreply at xfce.org
noreply at xfce.org
Wed Jan 25 09:16:53 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 9ced28309f3ba917f06e67143dd443475ce9003c
Author: Igor <f2404 at yandex.ru>
Date: Wed Jan 25 11:16:48 2017 +0300
Expose slim tabs setting to Preferences
---
terminal/terminal-preferences-dialog.c | 3 ++-
terminal/terminal-preferences.glade | 16 ++++++++++++++++
2 files changed, 18 insertions(+), 1 deletion(-)
diff --git a/terminal/terminal-preferences-dialog.c b/terminal/terminal-preferences-dialog.c
index b6f5140..7cbb54e 100644
--- a/terminal/terminal-preferences-dialog.c
+++ b/terminal/terminal-preferences-dialog.c
@@ -144,7 +144,8 @@ terminal_preferences_dialog_init (TerminalPreferencesDialog *dialog)
"misc-menubar-default", "misc-toolbar-default",
"misc-borders-default", "misc-tab-close-middle-click",
"misc-mouse-autohide", "misc-rewrap-on-resize",
- "misc-copy-on-select", "shortcuts-no-helpkey",
+ "misc-copy-on-select", "misc-slim-tabs",
+ "shortcuts-no-helpkey",
"shortcuts-no-mnemonics", "shortcuts-no-menukey",
"binding-backspace", "binding-delete",
"binding-ambiguous-width", "background-mode",
diff --git a/terminal/terminal-preferences.glade b/terminal/terminal-preferences.glade
index de9a198..ef4fc23 100644
--- a/terminal/terminal-preferences.glade
+++ b/terminal/terminal-preferences.glade
@@ -3212,6 +3212,22 @@ when double clicking:</property>
<property name="position">3</property>
</packing>
</child>
+ <child>
+ <object class="GtkCheckButton" id="misc-slim-tabs">
+ <property name="label" translatable="yes">Use custom styling to make tabs _slim (restart required)</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="halign">start</property>
+ <property name="use_underline">True</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">4</property>
+ </packing>
+ </child>
</object>
</child>
</object>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list