diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-05-09 17:12:05 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-05-09 17:15:09 +0200 |
| commit | b84172434d32ee26268817daf865897570e9ac32 (patch) | |
| tree | fa50401356fe4ea45b38c7b26d421e38bcf2994f /src/qt/forms/rpcconsole.ui | |
| parent | Merge pull request #1230 from sipa/warnings (diff) | |
| download | discoin-b84172434d32ee26268817daf865897570e9ac32.tar.xz discoin-b84172434d32ee26268817daf865897570e9ac32.zip | |
Automatically focus entry widget when console tab comes into focus
Fixes #1241
Diffstat (limited to 'src/qt/forms/rpcconsole.ui')
| -rw-r--r-- | src/qt/forms/rpcconsole.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/rpcconsole.ui b/src/qt/forms/rpcconsole.ui index bde607c52..d973e3a9f 100644 --- a/src/qt/forms/rpcconsole.ui +++ b/src/qt/forms/rpcconsole.ui @@ -19,7 +19,7 @@ <property name="currentIndex"> <number>0</number> </property> - <widget class="QWidget" name="tab"> + <widget class="QWidget" name="tab_info"> <attribute name="title"> <string>Information</string> </attribute> @@ -232,7 +232,7 @@ </item> </layout> </widget> - <widget class="QWidget" name="tab_2"> + <widget class="QWidget" name="tab_console"> <attribute name="title"> <string>Console</string> </attribute> |