diff options
| author | Gregory Maxwell <[email protected]> | 2012-05-09 08:34:00 -0700 |
|---|---|---|
| committer | Gregory Maxwell <[email protected]> | 2012-05-09 08:34:00 -0700 |
| commit | 1eb2d8e0bfd18303a9c9ffce17fe4d61824072ec (patch) | |
| tree | c1a58007d3d98e09ff435f3e1c0054994dc5e0ed /src/qt/forms | |
| parent | Merge pull request #1220 from laanwj/2012_05_organize_optionsdialog (diff) | |
| parent | Add key shortcuts for RPC console tabs (diff) | |
| download | discoin-1eb2d8e0bfd18303a9c9ffce17fe4d61824072ec.tar.xz discoin-1eb2d8e0bfd18303a9c9ffce17fe4d61824072ec.zip | |
Merge pull request #1243 from laanwj/2012_05_uiconsole_focus
Automatically focus entry widget when console tab comes into focus
Diffstat (limited to 'src/qt/forms')
| -rw-r--r-- | src/qt/forms/rpcconsole.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/qt/forms/rpcconsole.ui b/src/qt/forms/rpcconsole.ui index bde607c52..7e496a5ce 100644 --- a/src/qt/forms/rpcconsole.ui +++ b/src/qt/forms/rpcconsole.ui @@ -19,9 +19,9 @@ <property name="currentIndex"> <number>0</number> </property> - <widget class="QWidget" name="tab"> + <widget class="QWidget" name="tab_info"> <attribute name="title"> - <string>Information</string> + <string>&Information</string> </attribute> <layout class="QGridLayout" name="gridLayout" columnstretch="0,1"> <property name="horizontalSpacing"> @@ -232,9 +232,9 @@ </item> </layout> </widget> - <widget class="QWidget" name="tab_2"> + <widget class="QWidget" name="tab_console"> <attribute name="title"> - <string>Console</string> + <string>&Console</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_3"> <property name="spacing"> |