diff --git a/widget.ui b/widget.ui
index e04339411..d21d50644 100644
--- a/widget.ui
+++ b/widget.ui
@@ -243,6 +243,51 @@
+
+
+
+ 255
+ 255
+ 255
+
+
+
+
+
+
+ 255
+ 255
+ 255
+
+
+
+
+
+
+ 255
+ 255
+ 255
+
+
+
+
+
+
+ 255
+ 255
+ 255
+
+
+
+
+
+
+ 255
+ 255
+ 255
+
+
+
@@ -261,8 +306,80 @@
+
+
+
+ 255
+ 255
+ 255
+
+
+
+
+
+
+ 255
+ 255
+ 255
+
+
+
+
+
+
+ 255
+ 255
+ 255
+
+
+
+
+
+
+ 255
+ 255
+ 255
+
+
+
+
+
+
+ 255
+ 255
+ 255
+
+
+
+
+
+
+ 255
+ 255
+ 255
+
+
+
+
+
+
+ 255
+ 255
+ 255
+
+
+
+
+
+
+ 255
+ 255
+ 255
+
+
+
@@ -281,8 +398,80 @@
+
+
+
+ 255
+ 255
+ 255
+
+
+
+
+
+
+ 255
+ 255
+ 255
+
+
+
+
+
+
+ 255
+ 255
+ 255
+
+
+
+
+
+
+ 255
+ 255
+ 255
+
+
+
+
+
+
+ 255
+ 255
+ 255
+
+
+
+
+
+
+ 255
+ 255
+ 255
+
+
+
+
+
+
+ 255
+ 255
+ 255
+
+
+
+
+
+
+ 255
+ 255
+ 255
+
+
+
@@ -301,12 +490,57 @@
+
+
+
+ 255
+ 255
+ 255
+
+
+
+
+
+
+ 255
+ 255
+ 255
+
+
+
+
+
+
+ 255
+ 255
+ 255
+
+
+
true
+
+ false
+
+
+ QSplitter{
+ color: rgb(255, 255, 255);
+ background-color: rgb(255, 255, 255);
+ alternate-background-color: rgb(255, 255, 255);
+ border-color: rgb(255, 255, 255);
+ gridline-color: rgb(255, 255, 255);
+ selection-color: rgb(255, 255, 255);
+ selection-background-color: rgb(255, 255, 255);
+}
+QSplitter:handle{
+ color: rgb(255, 255, 255);
+ background-color: rgb(255, 255, 255);
+}
+
Qt::Horizontal
@@ -781,7 +1015,16 @@
0
-
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
0
-
@@ -1845,7 +2088,7 @@
0
0
- 258
+ 256
199
@@ -2291,7 +2534,16 @@
0
-
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
0
-
@@ -2892,7 +3144,16 @@
0
-
+
+ 0
+
+
+ 0
+
+
+ 0
+
+
0
-
diff --git a/widget/widget.cpp b/widget/widget.cpp
index 59a6c4660..38f94fb02 100644
--- a/widget/widget.cpp
+++ b/widget/widget.cpp
@@ -138,7 +138,6 @@ Widget::Widget(QWidget *parent) :
friendListWidget->layout()->setSpacing(0);
friendListWidget->layout()->setMargin(0);
friendListWidget->setLayoutDirection(Qt::LeftToRight);
- //friendListWidget->
ui->friendList->setWidget(friendListWidget);
ui->nameLabel->setText(Settings::getInstance().getUsername());
@@ -146,7 +145,6 @@ Widget::Widget(QWidget *parent) :
ui->statusLabel->setText(Settings::getInstance().getStatusMessage());
ui->statusLabel->label->setStyleSheet("QLabel { color : white; font-size: 8pt;}");
ui->friendList->widget()->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
- ui->centralWidget->setStyleSheet("QSplitter{background-color: white;}");
this->setMouseTracking(true);