From b044269ff32df3a54664f65b61d3140a68a22a62 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 25 Mar 2024 11:32:04 +0900 Subject: [PATCH] Draw a border around the shutdown dialog. This makes the dialog more distinguishable over gray backgrounds Signed-off-by: Michele Calgaro --- ksmserver/shutdowndlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksmserver/shutdowndlg.cpp b/ksmserver/shutdowndlg.cpp index 64bf4a407..46826a64d 100644 --- a/ksmserver/shutdowndlg.cpp +++ b/ksmserver/shutdowndlg.cpp @@ -715,7 +715,7 @@ KSMShutdownDlg::KSMShutdownDlg( TQWidget* parent, } TQFrame* frame = new TQFrame( this ); - frame->setFrameStyle( TQFrame::StyledPanel | TQFrame::Raised ); + frame->setFrameStyle( TQFrame::StyledPanel | TQFrame::Plain); frame->setLineWidth( style().pixelMetric( TQStyle::PM_DefaultFrameWidth, frame ) ); // we need to set the minimum size for the logout box, since it // gets too small if there isn't all options available