From 4241e21b24a4cde7a714cba12a10b2ee5ad0d7d1 Mon Sep 17 00:00:00 2001 From: Alexander Bus <busfromrus@gmail.com> Date: Thu, 11 Jan 2018 19:16:54 +0700 Subject: [PATCH] Wider screenshots --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 333d884..add72f1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Feedback and contributions are appreciated! ## Screenshots Light theme | Dark theme ------------|----------- -<img src="https://raw.githubusercontent.com/busimus/cutelog/master/screenshots/main_light.png" width="150"> | <img src="https://raw.githubusercontent.com/busimus/cutelog/master/screenshots/main_dark.png" width="150"> +<img src="https://raw.githubusercontent.com/busimus/cutelog/master/screenshots/main_light.png" width="240"> | <img src="https://raw.githubusercontent.com/busimus/cutelog/master/screenshots/main_dark.png" width="240"> ## Installation **If you're using Linux**, install PyQt5 from your package manager before installing cutelog (package name is probably ``python3-pyqt5`` or ``python-pyqt5``). Or just run ``pip install pyqt5`` to install it from pip, which is sub-optimal. -- GitLab