diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-15 13:18:57 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-15 13:18:57 +0300 |
commit | 379c1100995fbc841df863027871ee91c77deedf (patch) | |
tree | c9a2cd58baed2c6ad7dfda6f6d120def03b130b9 /src/ui/labelwidget.h | |
parent | 00a67e05bd6b1b2a8a8a65b3611c59c3a253e755 (diff) |
Mobile: Show identity name in toolbar
Shuffled the widget flags a bit to make room for a new one.
Diffstat (limited to 'src/ui/labelwidget.h')
-rw-r--r-- | src/ui/labelwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/labelwidget.h b/src/ui/labelwidget.h index 25c873fc..f6343273 100644 --- a/src/ui/labelwidget.h +++ b/src/ui/labelwidget.h | |||
@@ -31,6 +31,7 @@ iDeclareObjectConstructionArgs(LabelWidget, const char *label, const char *comma | |||
31 | 31 | ||
32 | void setAlignVisually_LabelWidget(iLabelWidget *, iBool alignVisual); | 32 | void setAlignVisually_LabelWidget(iLabelWidget *, iBool alignVisual); |
33 | void setNoAutoMinHeight_LabelWidget(iLabelWidget *, iBool noAutoMinHeight); | 33 | void setNoAutoMinHeight_LabelWidget(iLabelWidget *, iBool noAutoMinHeight); |
34 | void setNoTopFrame_LabelWidget (iLabelWidget *, iBool noTopFrame); | ||
34 | void setOutline_LabelWidget (iLabelWidget *, iBool drawAsOutline); | 35 | void setOutline_LabelWidget (iLabelWidget *, iBool drawAsOutline); |
35 | void setFont_LabelWidget (iLabelWidget *, int fontId); | 36 | void setFont_LabelWidget (iLabelWidget *, int fontId); |
36 | void setTextColor_LabelWidget (iLabelWidget *, int color); | 37 | void setTextColor_LabelWidget (iLabelWidget *, int color); |