Make the New Project dialog a little wider
commitf8768399d32b817ecaccd2f28f43e8e0d55a06e6
authorJiří Techet <techet@gmail.com>
Sat, 4 Dec 2021 16:19:16 +0000 (4 17:19 +0100)
committerJiří Techet <techet@gmail.com>
Sat, 19 Mar 2022 16:50:30 +0000 (19 17:50 +0100)
tree540f10c4074f8a09bbbb0b53336c844f6812ff7d
parent1bc7d8ff4eefc859f9bf2c2bf81d0952f8663c40
Make the New Project dialog a little wider

With the current width, the created project file name gets hidden even
for not-so-long paths. Consider for instance the following path:

/home/my_name/projects/project/project.geany

It consists of 43 characters where "/home/my_name/projects/" is a typical
prefix of someone with not terribly long user name and also
"project/project.geany" is fairly normal project name and directory name
length. Even though the patch says 40, this 43-character string still fits
in on my machine (50 makes the window a little too wide).
src/project.c