Changeset 3926 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jul 30, 2007 5:13:51 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23332
- Location:
- trunk/src/VBox/Frontends/VirtualBox/ui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMLogViewer.ui
r3805 r3926 68 68 </property> 69 69 <property name="text"> 70 <string> &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> 74 74 </property> 75 75 </widget> … … 135 135 </property> 136 136 <property name="text"> 137 <string>&Close</string> 138 </property> 139 <property name="accel"> 140 <string>Alt+C</string> 137 <string>Close</string> 141 138 </property> 142 139 </widget> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMLogViewer.ui.h
r3818 r3926 202 202 int x = rect.x() + browser->fontMetrics().width (string); 203 203 int y = rect.y() + browser->pointSize() / 2; 204 browser->setContentsPos (0, browser->contentsY()); 204 205 browser->ensureVisible (x, y, 40, 40); 205 206 break;
Note:
See TracChangeset
for help on using the changeset viewer.