Fix horizontal scrollbar on left editor

- Needed to flip the corner space to the left side to match the
  left scrollbar.
This commit is contained in:
Andrew Hamilton 2022-03-12 23:59:47 +10:00
parent 7e9585db73
commit 54f3b94caf

View file

@ -18,4 +18,4 @@ setup(name="diff-edit",
entry_points={"console_scripts": ["diff-edit=diff_edit:main"]}, entry_points={"console_scripts": ["diff-edit=diff_edit:main"]},
install_requires=[ install_requires=[
"pygments==2.10.0", "docopt==0.6.2", "pygments==2.10.0", "docopt==0.6.2",
"fill3 @ git+https://github.com/ahamilton/eris@v2022.02.23#subdirectory=fill3"]) "fill3 @ git+https://github.com/ahamilton/eris@v2022.03.12#subdirectory=fill3"])