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 { ReplyPopup {
} }
MessageInput { //MessageInput {
} //}
} }

View File

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

View File

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

View File

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