diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-04-21 13:48:15 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-04-21 13:48:15 +0300 |
commit | 7fefd2ca4f1be52c1bef3bc87cc8972a57cab396 (patch) | |
tree | 111a6a295072eb89ab49d21add9e44e496447733 /src/ui/labelwidget.c | |
parent | bbbbc8e18879a5495be1cff78ca78be7a44ac25b (diff) |
Mobile: Autoreload intervals are missing
Diffstat (limited to 'src/ui/labelwidget.c')
-rw-r--r-- | src/ui/labelwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/labelwidget.c b/src/ui/labelwidget.c index 16fee26d..ee535120 100644 --- a/src/ui/labelwidget.c +++ b/src/ui/labelwidget.c | |||
@@ -39,7 +39,7 @@ struct Impl_LabelWidget { | |||
39 | iChar icon; | 39 | iChar icon; |
40 | int forceFg; | 40 | int forceFg; |
41 | iString command; | 41 | iString command; |
42 | iBool alignVisual; /* align according to visible bounds, not typography */ | 42 | iBool alignVisual; /* align according to visible bounds, not font metrics */ |
43 | iClick click; | 43 | iClick click; |
44 | }; | 44 | }; |
45 | 45 | ||