Removed bottom padding.

Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
This commit is contained in:
Armored Dragon 2024-07-19 01:11:09 -05:00
parent 33b71d6a56
commit f2c276e476
No known key found for this signature in database
GPG key ID: C7207ACC3382AD8B

View file

@ -166,7 +166,7 @@ Rectangle {
// Apps Listing
Item {
width: parent.width
height: parent.height - 40
height: parent.height
anchors.top: navigation_bar.bottom
visible: current_page == "app_list"