diff --git a/src/mainwindow.ui b/src/mainwindow.ui index afe500533..0119fc765 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -363,7 +363,7 @@ QSplitter:handle{ - + 0 0 @@ -1023,7 +1023,7 @@ QSplitter:handle{ - 1 + 0 0 @@ -1032,7 +1032,7 @@ QSplitter:handle{ - + 0 0 @@ -1047,7 +1047,7 @@ QSplitter:handle{ - + 0 0 @@ -1072,8 +1072,8 @@ QSplitter:handle{ 0 0 - 284 - 348 + 292 + 359 @@ -1838,7 +1838,7 @@ QSplitter:handle{ 0 0 775 - 25 + 19 diff --git a/src/widget/friendlistwidget.cpp b/src/widget/friendlistwidget.cpp index 6f4d5fed9..c997b6b4f 100644 --- a/src/widget/friendlistwidget.cpp +++ b/src/widget/friendlistwidget.cpp @@ -65,7 +65,6 @@ QVBoxLayout* FriendListWidget::getFriendLayout(Status s) if (res != layouts.end()) return res.value(); - //qDebug() << "Friend Status: " << static_cast(s) << " not found!"; return layouts[static_cast(Status::Online)]; } diff --git a/ui/window/statusPanel.css b/ui/window/statusPanel.css index 158eae70e..92aa0be85 100644 --- a/ui/window/statusPanel.css +++ b/ui/window/statusPanel.css @@ -4,7 +4,39 @@ QLineEdit background-color: @themeMedium; color: white; border: 0px; - border-radius: 6px; + border-radius: 4px; +} + +QComboBox { + background: none; + background-color: @themeMedium; + color: white; + border-style: none; + border-radius: 4px; +} + +QComboBox:on { + background-color: @themeDark; + border-radius: 4px; +} + +QComboBox:drop-down { + border-style: none; + border-radius: 4px; +} + +/** + Uncomment this after https://github.com/tux3/qTox/pull/1640 + is merged! +QComboBox:down-arrow { + image: url(ui/css/down_arrow.png); +} +**/ + +QListView { + background-color: @themeLight; + border-style: none; + border-radius: 4px; } #statusPanel