mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-04-24 23:13:37 +02:00
2018-08-15 Fred Gleason <fredg@paravelsystems.com>
* Fixed style inconsistencies in dialogs within rdcatch(1).
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// List and Generate RDCatch Reports
|
||||
//
|
||||
// (C) Copyright 2002-2006,2016-2018 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2018 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -36,8 +36,10 @@
|
||||
|
||||
ListReports::ListReports(bool today_only,bool active_only,int dow,
|
||||
QWidget *parent)
|
||||
: QDialog(parent,"",true)
|
||||
: QDialog(parent)
|
||||
{
|
||||
setModal(true);
|
||||
|
||||
list_today_only=today_only;
|
||||
list_active_only=active_only;
|
||||
list_dow=dow;
|
||||
@@ -50,7 +52,7 @@ ListReports::ListReports(bool today_only,bool active_only,int dow,
|
||||
setMinimumHeight(sizeHint().height());
|
||||
setMaximumHeight(sizeHint().height());
|
||||
|
||||
setCaption(tr("RDLibrary Reports"));
|
||||
setWindowTitle("RDCatch - "+tr("RDLibrary Reports"));
|
||||
|
||||
//
|
||||
// Create Fonts
|
||||
|
||||
Reference in New Issue
Block a user