From dfe1ea0cd0abfd1ed332cbbd85d3d73108b4be49 Mon Sep 17 00:00:00 2001 From: danix Date: Tue, 1 Oct 2019 13:14:17 +0200 Subject: [PATCH] fixed icons alignment for 2, 3 and 5 items menus. --- theme/shared/res/1366x768.rasi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme/shared/res/1366x768.rasi b/theme/shared/res/1366x768.rasi index eeffc1f..7ab9d8b 100644 --- a/theme/shared/res/1366x768.rasi +++ b/theme/shared/res/1366x768.rasi @@ -18,9 +18,9 @@ * We then add add 70 actual padding around the icons. * -10px 0px -15px -79px */ option-element-padding: 60px 70px 55px -9px; - option-2-window-padding: 293px 450px; - option-3-window-padding: 263px 221px; - option-2-listview-spacing: 200px; +option-2-window-padding: 293px 450px; + option-3-window-padding: 293px 290px; + option-2-listview-spacing: 220px; option-3-listview-spacing: 100px; option-5-window-padding: 293px 129px; option-5-listview-spacing: 49px; -- 2.20.1