summaryrefslogtreecommitdiffstats
path: root/source/widgets/box.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/widgets/box.c')
-rw-r--r--source/widgets/box.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/widgets/box.c b/source/widgets/box.c
index 9fb14f0f..32680696 100644
--- a/source/widgets/box.c
+++ b/source/widgets/box.c
@@ -290,7 +290,7 @@ box * box_create ( const char *name, boxType type, short x, short y, short w, sh
b->widget.motion_notify = box_motion_notify;
b->widget.enabled = TRUE;
- box_set_padding ( b, rofi_theme_get_integer ( b->widget.name, "padding",config.line_margin ));
+ box_set_padding ( b, rofi_theme_get_integer ( "@box", b->widget.name, NULL, "padding",config.line_margin ));
return b;
}