Skip to content

Commit

Permalink
Refactor code and add scrollbar
Browse files Browse the repository at this point in the history
- Add scrollbar to main window to
  accomodate low res dispalys; fixes #52
- Load css from css file instead of
  hard-coding it as python. Provides
  better readability in IDEs
- Remove eol spaces
- Fix inconsistent tab spacing
- Remove excutable permission from mousam.in,
  meson makes it excutable during install for
  all packaging methods
  • Loading branch information
hsbasu committed Feb 12, 2024
1 parent 9509b61 commit 7a23793
Show file tree
Hide file tree
Showing 16 changed files with 686 additions and 875 deletions.
184 changes: 0 additions & 184 deletions src/application.css

This file was deleted.

2 changes: 0 additions & 2 deletions src/constants.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import os


icon_loc = "@icon_location@/share/icons/hicolor/scalable/mousam_icons/"

Expand Down
Loading

0 comments on commit 7a23793

Please sign in to comment.