Skip to content

Commit

Permalink
Fixes for 1.2.4
Browse files Browse the repository at this point in the history
- New filter icon
- Fixes for new windows
- Misc icon tweaks
  • Loading branch information
xpoke committed Jan 22, 2014
1 parent 50b994c commit 970b758
Show file tree
Hide file tree
Showing 24 changed files with 174 additions and 130 deletions.
34 changes: 5 additions & 29 deletions MetroDark.qss
Original file line number Diff line number Diff line change
Expand Up @@ -222,37 +222,11 @@ QTreeView::branch {
}

QTreeView::branch:has-children:closed {
border-left-color: #888888;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-style: solid;
margin: 5px;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
image: url(skin:controls/branch_closed.svg);
}

QTreeView::branch:has-children:open {
border-right-color: #888888;
border-top-width: 5px;
border-left-width: 0;
border-right-width: 5px;
border-bottom-width: 0;
border-style: solid;
margin: 5px;
margin-top: 13px;
margin-bottom: 10px;
}

QTreeView::branch:has-children:closed.UserView {
margin-top: 7px;
margin-bottom: 5px;
}

QTreeView::branch:has-children:open.UserView {
margin-top: 10px;
margin-bottom: 5px;
image: url(skin:controls/branch_open.svg);
}

QTextBrowser {
Expand Down Expand Up @@ -443,6 +417,7 @@ QGroupBox::title {

QListView {
background-color: #1c1c1c;
alternate-background-color: #1c1c1c;
border: 1px solid #1c1c1c;
outline: 0;
padding-top: -1px;
Expand Down Expand Up @@ -760,7 +735,8 @@ QSlider::handle:pressed {
}

QSlider::handle:disabled {
border: 1px solid #2c2c2c;
background-color: #282828;
border: 1px solid #282828;
}

#qteRichText, #qptePlainText, #qwMacWarning {
Expand Down
34 changes: 5 additions & 29 deletions MetroLite.qss
Original file line number Diff line number Diff line change
Expand Up @@ -222,37 +222,11 @@ QTreeView::branch {
}

QTreeView::branch:has-children:closed {
border-left-color: #666666;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-style: solid;
margin: 5px;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
image: url(skin:controls/branch_closed.svg);
}

QTreeView::branch:has-children:open {
border-right-color: #666666;
border-top-width: 5px;
border-left-width: 0;
border-right-width: 5px;
border-bottom-width: 0;
border-style: solid;
margin: 5px;
margin-top: 13px;
margin-bottom: 10px;
}

QTreeView::branch:has-children:closed.UserView {
margin-top: 7px;
margin-bottom: 5px;
}

QTreeView::branch:has-children:open.UserView {
margin-top: 10px;
margin-bottom: 5px;
image: url(skin:controls/branch_open.svg);
}

QTextBrowser {
Expand Down Expand Up @@ -443,6 +417,7 @@ QGroupBox::title {

QListView {
background-color: white;
alternate-background-color: white;
border: 1px solid #cccccc;
outline: 0;
padding-top: -1px;
Expand Down Expand Up @@ -760,7 +735,8 @@ QSlider::handle:pressed {
}

QSlider::handle:disabled {
border: 1px solid #fafafa;
background-color: #eeeeee;
border: 1px solid #eeeeee;
}

#qteRichText, #qptePlainText, #qwMacWarning {
Expand Down
8 changes: 6 additions & 2 deletions authenticated.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 16 additions & 6 deletions channel_linked.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified config_asio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified config_basic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified config_dsound.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified config_lcd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified config_msgs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified config_network.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified config_ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions controls/branch_closed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions controls/branch_open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 19 additions & 4 deletions deafened_self.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 18 additions & 3 deletions deafened_server.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 16 additions & 6 deletions exported/config_asio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion exported/config_basic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 16 additions & 6 deletions exported/config_dsound.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions exported/config_lcd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion exported/config_ui.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions filter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 23 additions & 10 deletions self_undeafened.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 970b758

Please sign in to comment.