[Add] / [FIX] > Image / Warnings / Alignment - Stable #13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added
The following can be replaced with an animated version, but as for now its a good indication or showcase to which image will be converted within the application itself.
Modified
As previously the images were being aligned vertically from top to bottom, but this has not been fixed and the images are currently aligned horizontally.
" Note " -> the centring of the images and buttons are currently being placed with temporary margin. It works but Centring the box in the middle of the application and then using margins to lower it down to their appropriate positions!
Documentation has now been improved to include proper installation, introduction license and Prerequisites.
Fix
Warning indicated that the listed Font family in the application did not exist, so an additional inclusion of Sans that comes default in every machine has been added to the context if it cannot find it to then replace it.
Warning "Css Styling", the application used the incorrect method for styling, which now has been changed from gtk3 to gtk4 version.
Issues
There is an issue, that the buttons currently cannot be aligned to the very bottom like they used to be, and instead work as " 1 " box element that is centred and rest of them are being aligned through margin or spacing.
The application turns green when out of focus for some reason, not clear understanding of the reasoning - @Sommos Any suggestions ?