Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37564271
en ru br
Репозитории ALT
S:0.25.4-alt1
5.1: 0.16.8.9-alt1
4.1: 0.16.8.9-alt1
3.0: 0.16.7-alt1_2
www.altlinux.org/Changes

Группа :: Графические оболочки/Enlightenment
Пакет: enlightenment

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: fix-systray-height.patch
Скачать


diff --git a/enlightenment/src/modules/systray/e_mod_main.c b/enlightenment/src/modules/systray/e_mod_main.c
index 035344c..a3c1080 100644
--- a/enlightenment/src/modules/systray/e_mod_main.c
+++ b/enlightenment/src/modules/systray/e_mod_main.c
@@ -329,12 +329,13 @@ _systray_icon_add(Instance *inst, const Ecore_X_Window win)
 
    edje_object_part_geometry_get(inst->ui.gadget, _part_size,
                                  NULL, NULL, &w, &h);
+   sz = h;
    if (w > h)
      w = h;
    else
      h = w;
 
-   /* assuming systray must be on a shelf here */
+   if (inst->gcc->gadcon->shelf)
    switch (inst->gcc->gadcon->orient)
      {
       case E_GADCON_ORIENT_HORIZ:
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin