diff options
| author | Manuel Schneider | 2014-05-22 15:45:29 +0200 |
|---|---|---|
| committer | Manuel Schneider | 2014-05-22 15:45:29 +0200 |
| commit | f161fa2dec2b760ffe28ad9b1ba516b5590c8fec (patch) | |
| tree | d2253253d76b8bd973a4bf3c4cec53de672c0ca0 /gui/client | |
| parent | First approach for an exclusive unicast. T.b.c. (diff) | |
| parent | Merge branch 'master' of git.openslx.org:pvs2 (diff) | |
| download | pvs2-f161fa2dec2b760ffe28ad9b1ba516b5590c8fec.tar.gz pvs2-f161fa2dec2b760ffe28ad9b1ba516b5590c8fec.tar.xz pvs2-f161fa2dec2b760ffe28ad9b1ba516b5590c8fec.zip | |
Merge branch 'master' of git.openslx.org:pvs2
Diffstat (limited to 'gui/client')
| -rw-r--r-- | gui/client/toolbar.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gui/client/toolbar.ui b/gui/client/toolbar.ui index 3e39e16..d2bf09a 100644 --- a/gui/client/toolbar.ui +++ b/gui/client/toolbar.ui @@ -153,6 +153,12 @@ p, li { white-space: pre-wrap; } </item> <item> <widget class="QLabel" name="icon_cam"> + <property name="minimumSize"> + <size> + <width>16</width> + <height>16</height> + </size> + </property> <property name="maximumSize"> <size> <width>16</width> |
