VirtualBox

Changeset 3926 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jul 30, 2007 5:13:51 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23332
Message:

2124: VirtualBox LogViewer search mechanism:

  1. Positioning mechanism changed so that it will scroll the view to the beginning of the string as close as possible.
  2. Add F1 as hot-key to Help.
  3. Alt-H & Alt-C hot-keys removed from Help & Close buttons accordingly.
Location:
trunk/src/VBox/Frontends/VirtualBox/ui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMLogViewer.ui

    r3805 r3926  
    6868                    </property>
    6969                    <property name="text">
    70                         <string>&amp;Help</string>
    71                     </property>
    72                     <property name="accel">
    73                         <string>Alt+H</string>
     70                        <string>Help</string>
     71                    </property>
     72                    <property name="accel">
     73                        <string>F1</string>
    7474                    </property>
    7575                </widget>
     
    135135                    </property>
    136136                    <property name="text">
    137                         <string>&amp;Close</string>
    138                     </property>
    139                     <property name="accel">
    140                         <string>Alt+C</string>
     137                        <string>Close</string>
    141138                    </property>
    142139                </widget>
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMLogViewer.ui.h

    r3818 r3926  
    202202                int x = rect.x() + browser->fontMetrics().width (string);
    203203                int y = rect.y() + browser->pointSize() / 2;
     204                browser->setContentsPos (0, browser->contentsY());
    204205                browser->ensureVisible (x, y, 40, 40);
    205206                break;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette