diff options
| author | 2009-02-17 16:39:30 +0000 | |
|---|---|---|
| committer | 2009-02-17 16:39:30 +0000 | |
| commit | 363260b05b3f6edb1a6a9e2244fd8c7b8c559652 (patch) | |
| tree | 70258362129d962852b4f9b8a25ae26ded004c1c /src/modules/objects/class_button.cpp | |
| parent | fix for #368 (diff) | |
| download | KVIrc-363260b05b3f6edb1a6a9e2244fd8c7b8c559652.tar.gz KVIrc-363260b05b3f6edb1a6a9e2244fd8c7b8c559652.tar.bz2 KVIrc-363260b05b3f6edb1a6a9e2244fd8c7b8c559652.zip | |
More work on objects module (w.i.p.)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3079 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_button.cpp')
| -rw-r--r-- | src/modules/objects/class_button.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/modules/objects/class_button.cpp b/src/modules/objects/class_button.cpp index 6dc64094d..b4f450fed 100644 --- a/src/modules/objects/class_button.cpp +++ b/src/modules/objects/class_button.cpp @@ -61,7 +61,9 @@ @signals: !sg: $clicked() This signal is emitted by the default implementation of [classfnc]$clickEvent[/classfnc](). - + @properties: + !pr: $scaledContents() + This property holds whether the label will scale its contents to fill all available space. */ |
