Changeset 70665 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 22, 2018 8:30:05 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerTextEdit.cpp
r70663 r70665 271 271 { 272 272 QPalette mPalette = palette(); 273 /* When the text is marked as filtered blend a background indicating that */ 273 /* Paint a string to the background of the text edit to indicate that 274 the text has been filtered */ 274 275 if (m_bShownTextIsFiltered) 275 276 { … … 286 287 painter.setPen(fontColor); 287 288 pfont.setBold(true); 288 pfont.setPixelSize(4 0);289 pfont.setPixelSize(46); 289 290 painter.setFont(pfont); 290 291
Note:
See TracChangeset
for help on using the changeset viewer.