Changeset 85463 in vbox
- Timestamp:
- Jul 27, 2020 9:14:32 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139515
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/string.h
r85228 r85463 764 764 /** 765 765 * Sanitizes a (valid) UTF-8 string by replacing all characters outside a white 766 * list in-place by an ASCII replace ment character.766 * list in-place by an ASCII replacedment character. 767 767 * 768 768 * Multi-byte characters will be replaced byte by byte. … … 3435 3435 3436 3436 #endif /* !IPRT_INCLUDED_string_h */ 3437 -
trunk/src/VBox/Frontends/VirtualBox/src/monitor/performance/UIPerformanceMonitor.cpp
r85444 r85463 906 906 bottomSpacerWidget->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding); 907 907 bottomSpacerWidget->setVisible(true); 908 // QPalette pal = bottomSpacerWidget->palette();909 // pal.setColor(QPalette::Background, Qt::green);910 // bottomSpacerWidget->setAutoFillBackground(true);911 // bottomSpacerWidget->setPalette(pal);912 908 pContainerLayout->addWidget(bottomSpacerWidget, iRow, 0, 1, 2); 913 909 }
Note:
See TracChangeset
for help on using the changeset viewer.