Disable new MessageInput, until you can paste images

This commit is contained in:
Nicolas Werner 2020-10-26 21:32:08 +01:00
parent 3d64df41da
commit 0e7baa21ab
4 changed files with 4 additions and 15 deletions

View File

@ -218,8 +218,8 @@ Page {
ReplyPopup {
}
MessageInput {
}
//MessageInput {
//}
}

View File

@ -205,9 +205,7 @@ TextField {
qproperty-labelColor: #caccd1;
}
SideBarActions,
TopRoomBar
{
SideBarActions {
border: none;
border-top: 1px solid #202228;
background-color: #2d3139;
@ -215,7 +213,6 @@ TopRoomBar
TextInputWidget {
border: none;
border-top: 1px solid #2d3139;
}
TextInputWidget,

View File

@ -233,7 +233,6 @@ QLineEdit {
TextInputWidget {
border: none;
border-top: 1px solid #dcdcdc;
}
SideBarActions {
@ -241,11 +240,6 @@ SideBarActions {
border-top: 1px solid #dcdcdc;
}
TopRoomBar {
border: none;
border-bottom: 1px solid #dcdcdc;
}
Toggle {
qproperty-activeColor: #38a3d8;
qproperty-disabledColor: gray;

View File

@ -28,11 +28,9 @@ UserMentionsWidget > TimelineItem {
SideBarActions,
TextInputWidget {
border: none;
border-top: 1px solid palette(mid);
}
UserInfoWidget,
TopRoomBar {
UserInfoWidget {
border: none;
border-bottom: 1px solid palette(mid);
}