mirror of
https://github.com/anufrievroman/waypaper.git
synced 2024-11-22 15:46:39 +03:00
Small adjustment
This commit is contained in:
parent
0e2e50d47c
commit
c4888c91f4
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user