We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883dda5 commit 8f38aeaCopy full SHA for 8f38aea
client/widgets/LabelButton.cpp
@@ -26,13 +26,12 @@
26
using namespace ria::qdigidoc4::colors;
27
28
LabelButton::LabelButton( QWidget *parent ): QToolButton(parent)
29
-{
30
- setFont(Styles::font(Styles::Condensed, 12));
31
-}
+{}
32
33
void LabelButton::init( Style style, const QString &label, int code )
34
{
35
setText(label);
+ setFont(Styles::font(Styles::Condensed, 12));
36
if(!label.isEmpty())
37
setAccessibleName(label.toLower());
38
disconnect(connection);
0 commit comments