Small adjustment

This commit is contained in:
Roman 2023-09-12 11:52:08 +09:00
parent 0e2e50d47c
commit c4888c91f4
2 changed files with 2 additions and 2 deletions

View File

@ -283,7 +283,7 @@ class App(Gtk.Window):
aspect_ratio = thumbnail.get_width() / thumbnail.get_height()
current_row_heights[column] = int(240 / aspect_ratio)
if column == 0:
current_y += max(current_row_heights)
current_y += max(current_row_heights) + 10
current_row_heights = [0, 0, 0]
# Create a button with an image and add tooltip:

View File

@ -20,7 +20,7 @@ MSG_CHOOSEFOLDER = "Please choose a folder"
MSG_CACHING = "Caching wallpapers..."
MSG_SETWITH = "Wallpaper was set with"
MSG_HELP = "Waypaper's hotkeys:\n\nhjkl - Navigation (←↓↑→)\n"
MSG_HELP = "Waypaper's hotkeys:\n\nhjkl - Navigation (←↓↑→)\nf - Change wallpaper folder\n"
MSG_HELP += "g - Scroll to top\nG - Scroll to bottom\nR - Set random wallpaper\nr - Recache wallpapers\n"
MSG_HELP += "s - Include/exclude images in subfolders\n? - Help\nq - Exit\n\n"
MSG_HELP += MSG_INFO