mirror of
https://github.com/AleziaKurdis/Overte-community-apps.git
synced 2025-04-06 02:33:26 +02:00
Removed bottom padding.
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
This commit is contained in:
parent
33b71d6a56
commit
f2c276e476
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue