summaryrefslogtreecommitdiff
path: root/src/ui/labelwidget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/labelwidget.c')
-rw-r--r--src/ui/labelwidget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/labelwidget.c b/src/ui/labelwidget.c
index c20be28a..ed023961 100644
--- a/src/ui/labelwidget.c
+++ b/src/ui/labelwidget.c
@@ -66,7 +66,7 @@ static iInt2 padding_LabelWidget_(const iLabelWidget *d, int corner) {
66#if defined (iPlatformAppleMobile) 66#if defined (iPlatformAppleMobile)
67 return add_I2(widgetPad, 67 return add_I2(widgetPad,
68 init_I2(flags & tight_WidgetFlag ? 2 * gap_UI : (4 * gap_UI), 68 init_I2(flags & tight_WidgetFlag ? 2 * gap_UI : (4 * gap_UI),
69 (flags & extraPadding_WidgetFlag ? 1.5f : 1) * 3 * gap_UI / 2)); 69 (flags & extraPadding_WidgetFlag ? 1.5f : 1.0f) * 3 * gap_UI / 2));
70#else 70#else
71 return add_I2(widgetPad, 71 return add_I2(widgetPad,
72 init_I2(flags & tight_WidgetFlag ? 3 * gap_UI / 2 : (3 * gap_UI), 72 init_I2(flags & tight_WidgetFlag ? 3 * gap_UI / 2 : (3 * gap_UI),