UI: New behavior for the Plugin Browser (#3773)

Remove widget resizing altogether, display plugin info in tooltip instead
This commit is contained in:
Levin Oehlmann
2017-11-15 06:08:48 +01:00
committed by Tres Finocchiaro
parent 548baa50a0
commit 918f449eb3
4 changed files with 21 additions and 89 deletions

View File

@@ -531,7 +531,7 @@ PluginDescWidget {
}
PluginDescWidget:hover {
background-color: qlineargradient(spread:reflect, x1:0, y1:0, x2:0, y2:1, stop:0 #2E343B, stop:1 #1E2326);
background: qlineargradient(spread:reflect, x1:0, y1:0, x2:0, y2:1, stop:0 #7C8799, stop:1 #343840);
color: #d1d8e4;
}