diff options
author | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-06-20 21:48:10 +0200 |
---|---|---|
committer | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-09-16 16:50:19 +0200 |
commit | 6135309816208740888b25bc27ea123c1c825a04 (patch) | |
tree | 7b11a1e8f698f3b264e3273e77174b9b25e80864 /src/qt/forms | |
parent | 770ca79aa02964f56610ffaf15b16297634fa065 (diff) |
[Qt] banlist, UI optimizing and better signal handling
Diffstat (limited to 'src/qt/forms')
-rw-r--r-- | src/qt/forms/rpcconsole.ui | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/qt/forms/rpcconsole.ui b/src/qt/forms/rpcconsole.ui index 39230aee6f..c920e6130f 100644 --- a/src/qt/forms/rpcconsole.ui +++ b/src/qt/forms/rpcconsole.ui @@ -752,7 +752,7 @@ </property> <property name="font"> <font> - <pointsize>14</pointsize> + <pointsize>12</pointsize> </font> </property> <property name="cursor"> @@ -780,12 +780,6 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <property name="maximumSize"> - <size> - <width>16777215</width> - <height>16777215</height> - </size> - </property> <property name="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAsNeeded</enum> </property> |