Skip to content

Commit

Permalink
Fix #1150
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Oct 15, 2017
1 parent cef8f01 commit 8bdde88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/gsettings/com.gexperts.Tilix.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
<description>If trye, the new window will use the working directory and profile of the currently focused terminal.</description>
</key>
<key name="use-overlay-scrollbar" type="b">
<default>false</default>
<default>true</default>
<summary>If true, uses an overlay scrollbar instead of a separate widget</summary>
<description>If true, uses an overlay scrollbar instead of a separate widget if GTK is 3.22 or greater.</description>
</key>
Expand Down
2 changes: 1 addition & 1 deletion source/gx/tilix/constants.d
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ enum APPLICATION_ID = "com.gexperts.Tilix";

// Application values used in About Dialog
enum APPLICATION_NAME = "Tilix";
enum APPLICATION_VERSION = "1.7.0";
enum APPLICATION_VERSION = "1.7.1";
enum APPLICATION_AUTHOR = "Gerald Nunn";
enum APPLICATION_COPYRIGHT = "Copyright \xc2\xa9 2017 " ~ APPLICATION_AUTHOR;
enum APPLICATION_COMMENTS = N_("A VTE based terminal emulator for Linux");
Expand Down

0 comments on commit 8bdde88

Please sign in to comment.