juzzlin / Heimer

Heimer is a simple cross-platform mind map, diagram, and note-taking tool written in Qt.
GNU General Public License v3.0
895 stars 115 forks source link

Decrease size of "About" dialog #195

Closed ghost closed 2 years ago

ghost commented 2 years ago

Expected behaviour

About dialog should be as small as possible - so put small icon side-by-side with text:

Screenshot_2021-12-26_17-37-36

Actual behaviour

Actually "About" dialog is too large due to too large icon - as a result it does not fit even 720px in height (for creating video tutorials in 720p / 1280x720)

Screenshot_2021-12-26_17-37-30

juzzlin commented 2 years ago

Fixed in 32d3812297c1f1a8b57ecb72b3770a5a4b277131. Thanks for reporting!

ghost commented 2 years ago

Thanks for reporting!

JThanks for hotfix!

JFTR, Are there "nightly" AppImage builds available somewhere now?

juzzlin commented 2 years ago

Unfortunately no, but meanwhile you can use this (unzip and run):

Heimer-3.1.0-x86_64.AppImage.gz

ghost commented 2 years ago

Unfortunately no, but meanwhile you can use this (unzip and run):

Thanks!

I just tried it and maybe one more change would be good to add — split Heimer is licenced under GNU GPLv3. Copyright (c) 2018-2021 Jussi Lind. sentences into 2 separate lines as next:

Heimer v3.1.0
Heimer is licenced under GNU GPLv3.
Copyright (c) 2018-2021 Jussi Lind.
Package type: AppImage
Project website: http://juzzlin.github.io/Heimer
Support Heimer via PayPal: https://paypal.me/juzzlin

This way about dialg also wold be a little bit more compact also in width)

UPD: Also replace Project website: http://juzzlin.github.io/Heimer with HTTPS link (i.e. Project website: https://juzzlin.github.io/Heimer)

juzzlin commented 2 years ago

The problem is that as the texts have translations in different languages the required width is not always the same. I need to check later today if the width could be made dynamic. Might not be easily possible due to the HTML content.

ghost commented 2 years ago

@juzzlin, may you drop me AppImage built with latest commit, please?

juzzlin commented 2 years ago

Here:

Heimer-3.1.0-x86_64.AppImage.gz