blob: 6ecf17cfa79fe4473059b9cf4bb673ea0e857b23 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- FileDialog.cpp.orig Sun Feb 23 01:23:20 2003
+++ FileDialog.cpp Sun Feb 23 01:25:40 2003
@@ -199,8 +199,6 @@
int wHeight = 25;
int wWidth = 90;
setFrameStyle(QFrame::Panel | QFrame::Sunken);
- setFontPropagation(NoChildren);
- setPalettePropagation(NoChildren);
resizeCombo = new QComboBox(this);
resizeCombo->setFixedSize(wWidth, wHeight);
|