summaryrefslogtreecommitdiff
path: root/src/bin/e_shelf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/e_shelf.c')
-rw-r--r--src/bin/e_shelf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/e_shelf.c b/src/bin/e_shelf.c
index 6c4f7bc86d..6b4377458a 100644
--- a/src/bin/e_shelf.c
+++ b/src/bin/e_shelf.c
@@ -417,7 +417,7 @@ e_shelf_save(E_Shelf *es)
cf_es->overlap = 0;
cf_es->autohide = 0;
cf_es->hide_timeout = 1.0;
- cf_es->hide_duration = 1.0;
+ cf_es->hide_duration = 1.0;
es->cfg = cf_es;
}
e_config_save_queue();
@@ -459,7 +459,7 @@ e_shelf_position_calc(E_Shelf *es)
if (es->cfg)
{
orient = es->cfg->orient;
- size = es->cfg->size;
+ size = es->cfg->size * e_scale;
}
else
orient = es->gadcon->orient;