Enable scrollbar on the room list for macOS (#174)
This commit is contained in:
parent
069f0a1fbd
commit
8386dd73ce
4 changed files with 13 additions and 2 deletions
|
|
@ -45,6 +45,7 @@ PopupItem {
|
|||
RoomList,
|
||||
RoomList > * {
|
||||
background-color: #2d3139;
|
||||
border: none;
|
||||
}
|
||||
|
||||
CommunitiesList,
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@ PopupItem {
|
|||
RoomList,
|
||||
RoomList > * {
|
||||
background-color: white;
|
||||
border: none;
|
||||
}
|
||||
|
||||
CommunitiesList,
|
||||
|
|
|
|||
|
|
@ -70,6 +70,11 @@ RegisterPage {
|
|||
background-color: palette(window);
|
||||
}
|
||||
|
||||
RoomList,
|
||||
RoomList > * {
|
||||
border: none;
|
||||
}
|
||||
|
||||
RoomInfoListItem {
|
||||
qproperty-highlightedBackgroundColor: palette(highlight);
|
||||
qproperty-hoverBackgroundColor: palette(light);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue