Draw a border around the shutdown dialog. This makes the dialog more distinguishable over gray backgrounds

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
feat/shutdownd-dialog-border
Michele Calgaro 1 month ago
parent 78d96bd200
commit b044269ff3
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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

Loading…
Cancel
Save