diff options
author | 2019-05-03 17:15:35 -0400 | |
---|---|---|
committer | 2019-05-03 17:15:35 -0400 | |
commit | bf2bf55ff58f8a37aa675b6ac908bd53de02192f (patch) | |
tree | 192e9e971d4a97ce594665cc4309ca2728d479f7 /src/Makefile | |
parent | 0536dd6fa70d012d8c623302a8a19e61e5cc9510 (diff) | |
download | textadept-bf2bf55ff58f8a37aa675b6ac908bd53de02192f.tar.gz textadept-bf2bf55ff58f8a37aa675b6ac908bd53de02192f.zip |
Updated default main window size and some default dialog sizes.
1080p (full HD) screens seem to be the norm now.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 7c3d8837..02416523 100644 --- a/src/Makefile +++ b/src/Makefile @@ -368,7 +368,7 @@ scintilla_zip = 42f8114a9e00.zip lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.2.tar.gz lfs_zip = v1_7_0_2.zip -gtdialog_zip = 6435a42450c7.zip +gtdialog_zip = db67f8a489e8.zip cdk_tgz = cdk-5.0-20150928.tgz termkey_tgz = libtermkey-0.20.tar.gz win32gtk_zip = win32gtk-2.24.32.zip |