diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-28 15:30:15 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-28 15:30:15 +0000 |
| commit | 1ce3eb32968069a87110c73281b40dc94652bc27 (patch) | |
| tree | db9cb6c6db5bbdf7ba9abecc043d3f2870e32bad /examples/GuiClient/mainDialog.ui | |
| parent | bbf43cdf7f0b5af477f17e3587c06e927d30f4aa (diff) | |
| download | qxmpp-1ce3eb32968069a87110c73281b40dc94652bc27.tar.gz | |
button size fix
Diffstat (limited to 'examples/GuiClient/mainDialog.ui')
| -rw-r--r-- | examples/GuiClient/mainDialog.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/GuiClient/mainDialog.ui b/examples/GuiClient/mainDialog.ui index 1839a333..f6c30952 100644 --- a/examples/GuiClient/mainDialog.ui +++ b/examples/GuiClient/mainDialog.ui @@ -67,6 +67,12 @@ <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QPushButton" name="pushButton_addContact"> + <property name="maximumSize"> + <size> + <width>23</width> + <height>16777215</height> + </size> + </property> <property name="text"> <string>+</string> </property> |
