mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
a89d8b834b
PR: 11453 Submitted by: maintainer
23 lines
1.0 KiB
Plaintext
23 lines
1.0 KiB
Plaintext
--- src/messagebox.cpp.old Tue Mar 9 15:42:14 1999
|
|
+++ src/messagebox.cpp Tue Mar 9 15:42:55 1999
|
|
@@ -67,7 +67,7 @@
|
|
QColorGroup newNormal(normal.foreground(), normal.background(), normal.light(), normal.dark(),
|
|
normal.mid(), normal.text(), QColor(192, 192, 192));
|
|
setPalette(QPalette(newNormal, pal.disabled(), newNormal));
|
|
- setStyle(WindowsStyle);
|
|
+ setStyle(MotifStyle);
|
|
setFrameStyle(QFrame::Panel | QFrame::Sunken);
|
|
|
|
}
|
|
--- src/searchuserdlg.cpp.old Tue Mar 9 15:42:23 1999
|
|
+++ src/searchuserdlg.cpp Tue Mar 9 15:42:48 1999
|
|
@@ -115,7 +115,7 @@
|
|
QColorGroup normal(pal.normal());
|
|
QColorGroup newNormal(normal.foreground(), normal.background(), normal.light(), normal.dark(), normal.mid(), normal.text(), QColor(192, 192, 192));
|
|
foundView->setPalette(QPalette(newNormal, pal.disabled(), newNormal));*/
|
|
- foundView->setStyle(WindowsStyle);
|
|
+ foundView->setStyle(MotifStyle);
|
|
foundView->setFrameStyle(QFrame::Box | QFrame::Raised);
|
|
|
|
connect (btnDone, SIGNAL(clicked()), this, SLOT(accept()));
|