From 0e7baa21aba53f5f5f0c96592c4ab1bff2316430 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Mon, 26 Oct 2020 21:32:08 +0100 Subject: [PATCH] Disable new MessageInput, until you can paste images --- resources/qml/TimelineView.qml | 4 ++-- resources/styles/nheko-dark.qss | 5 +---- resources/styles/nheko.qss | 6 ------ resources/styles/system.qss | 4 +--- 4 files changed, 4 insertions(+), 15 deletions(-) diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml index 023bae00..516c6860 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml @@ -218,8 +218,8 @@ Page { ReplyPopup { } - MessageInput { - } + //MessageInput { + //} } diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss index 3676f874..547e4256 100644 --- a/resources/styles/nheko-dark.qss +++ b/resources/styles/nheko-dark.qss @@ -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, diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss index 8604ad30..81d97f65 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss @@ -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; diff --git a/resources/styles/system.qss b/resources/styles/system.qss index 01951aff..d65c8baa 100644 --- a/resources/styles/system.qss +++ b/resources/styles/system.qss @@ -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); }