diff --git a/sleepyhead/SleepLib/appsettings.h b/sleepyhead/SleepLib/appsettings.h
index aa9a2673..ae219147 100644
--- a/sleepyhead/SleepLib/appsettings.h
+++ b/sleepyhead/SleepLib/appsettings.h
@@ -74,7 +74,7 @@ public:
m_scrollDampening = initPref(STR_US_ScrollDampening, (int)50).toInt();
m_tooltipTimeout = initPref(STR_US_TooltipTimeout, (int)2500).toInt();
m_graphHeight=initPref(STR_AS_GraphHeight, 180).toInt();
- initPref(STR_AS_DailyPanelWidth, 350.0);
+ initPref(STR_AS_DailyPanelWidth, 250.0);
initPref(STR_AS_RightPanelWidth, 230.0);
m_antiAliasing=initPref(STR_AS_AntiAliasing, true).toBool();
initPref(STR_AS_GraphSnapshots, true);
diff --git a/sleepyhead/daily.cpp b/sleepyhead/daily.cpp
index 77e7134c..37b4d3e6 100644
--- a/sleepyhead/daily.cpp
+++ b/sleepyhead/daily.cpp
@@ -58,6 +58,7 @@ void Daily::setSidebarVisible(bool visible)
int panel_width = visible ? AppSetting->dailyPanelWidth() : 0;
+ qDebug() << "Daily Left Panel Width is " << panel_width;
a.push_back(panel_width);
a.push_back(this->width() - panel_width);
ui->splitter_2->setStretchFactor(1,1);
@@ -428,7 +429,7 @@ Daily::~Daily()
disconnect(GraphView, SIGNAL(GraphsChanged()), this, SLOT(updateGraphCombo()));
disconnect(sessionbar, SIGNAL(sessionClicked(Session*)), this, SLOT(doToggleSession(Session*)));
- disconnect(webView,SIGNAL(linkClicked(QUrl)),this,SLOT(Link_clicked(QUrl)));
+ disconnect(webView,SIGNAL(anchorClicked(QUrl)),this,SLOT(Link_clicked(QUrl)));
if (previous_date.isValid())
Unload(previous_date);
@@ -2417,5 +2418,6 @@ void Daily::on_splitter_2_splitterMoved(int, int)
{
int size = ui->splitter_2->sizes()[0];
if (size == 0) return;
+ qDebug() << "Left Panel width set to " << size;
AppSetting->setDailyPanelWidth(size);
}
diff --git a/sleepyhead/daily.ui b/sleepyhead/daily.ui
index 0ab3ce9c..46dbd5c5 100644
--- a/sleepyhead/daily.ui
+++ b/sleepyhead/daily.ui
@@ -6,8 +6,8 @@
0
0
- 561
- 444
+ 968
+ 452
@@ -851,7 +851,7 @@ QToolButton:pressed {
true
- 0
+ 1
true
@@ -1029,7 +1029,7 @@ QToolButton:pressed {
Qt::Horizontal
- QSizePolicy::Minimum
+ QSizePolicy::Maximum