mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 17:11:15 +02:00
2025-04-30 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up numerous compiler warnings. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -55,7 +55,6 @@ MainWidget::MainWidget(RDConfig *c,QWidget *parent)
|
||||
monitor_config=new RDMonitorConfig();
|
||||
monitor_config->load();
|
||||
int width=sizeHint().width();
|
||||
int height=sizeHint().height();
|
||||
switch(monitor_config->position()) {
|
||||
case RDMonitorConfig::UpperLeft:
|
||||
setGeometry(0,RDMONITOR_HEIGHT,width,sizeHint().height());
|
||||
|
Reference in New Issue
Block a user