diff options
author | Joe Robinson <joe@grabyo.com> | 2017-04-20 17:02:28 +0100 |
---|---|---|
committer | Joe Robinson <joe@grabyo.com> | 2017-04-20 17:02:28 +0100 |
commit | 04a26f18dd9841c07aeb0fbbb1b30e71308ba068 (patch) | |
tree | af74cea19af4cff73bb48a790a003584d8557bfe /IrcChannelForm.ui.qml | |
parent | 4e172068e8e817d80d2e9575289feb8a4314be49 (diff) |
Add ability to /part channels
Diffstat (limited to 'IrcChannelForm.ui.qml')
-rw-r--r-- | IrcChannelForm.ui.qml | 1 |
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 } |