Created
May 17, 2015 05:27
-
-
Save rongyi/71ed0c87e570a7547bd8 to your computer and use it in GitHub Desktop.
show gnome-terminal tab at bottom
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// add the code below to terminal_window_init function at line about 2034 | |
gtk_notebook_set_tab_pos (GTK_NOTEBOOK (priv->notebook), GTK_POS_BOTTOM); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment