From 166a8206a3747628182a97acbc25bf393e78eac9 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Sat, 15 Apr 2017 16:08:40 +0200 Subject: Handle joining of channels, tab UI, probably some other things --- IrcChannelForm.ui.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IrcChannelForm.ui.qml') diff --git a/IrcChannelForm.ui.qml b/IrcChannelForm.ui.qml index 9e7ec37..9b37cf6 100644 --- a/IrcChannelForm.ui.qml +++ b/IrcChannelForm.ui.qml @@ -27,7 +27,7 @@ Item { wrapMode: TextArea.Wrap textFormat: TextEdit.RichText font.family: "Source Code Pro" - font.pointSize: 11 + font.pointSize: 9 selectByMouse: true } ScrollBar.vertical: ScrollBar { } -- cgit v1.2.3