summaryrefslogtreecommitdiff
path: root/IrcChannelForm.ui.qml
diff options
context:
space:
mode:
authorJoe Robinson <joe@grabyo.com>2017-04-20 17:02:28 +0100
committerJoe Robinson <joe@grabyo.com>2017-04-20 17:02:28 +0100
commit04a26f18dd9841c07aeb0fbbb1b30e71308ba068 (patch)
treeaf74cea19af4cff73bb48a790a003584d8557bfe /IrcChannelForm.ui.qml
parent4e172068e8e817d80d2e9575289feb8a4314be49 (diff)
Add ability to /part channels
Diffstat (limited to 'IrcChannelForm.ui.qml')
-rw-r--r--IrcChannelForm.ui.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/IrcChannelForm.ui.qml b/IrcChannelForm.ui.qml
index 993c41f..a963dda 100644
--- a/IrcChannelForm.ui.qml
+++ b/IrcChannelForm.ui.qml
@@ -20,6 +20,7 @@ Item {
x: 8
y: 8
readOnly: true
+ selectByMouse: true
font.family: "Source Code Pro"
font.pointSize: 9
}