UI: New behavior for the Plugin Browser (#3773)
Remove widget resizing altogether, display plugin info in tooltip instead
This commit is contained in:
committed by
Tres Finocchiaro
parent
548baa50a0
commit
918f449eb3
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user