[Add] / [FIX] > Image / Warnings / Alignment - Stable#13
Merged
Sommos merged 5 commits intoVerzatileDevOrg:mainfrom Sep 12, 2023
VerzatileDev:main
Merged
[Add] / [FIX] > Image / Warnings / Alignment - Stable#13Sommos merged 5 commits intoVerzatileDevOrg:mainfrom VerzatileDev:main
Sommos merged 5 commits intoVerzatileDevOrg:mainfrom
VerzatileDev:main
Conversation
Changed the way images are placed within the application. Issues ----------- The images are displayed in the bottom with buttons, and not in the centre of view.
Images are now being displayed in the middle according to the main box it sits at and all of its contents comes from that. The buttons are using a margin to sit in the bottom.
An image inbetween the two existing ones that showcases that the original images is being changed to the other one.
Fixed warning within the terminal that stated a missing font, which additionally added " Sans " if the specified one is not found. Corrected the styling for Css to read correctly in the application.
Additionally added clear instructions of the installation. Table of Contents Introduction about the software Software own information Examples Prerequisites - Font - Libraries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 ?