diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-08-21 01:07:54 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-08-21 01:07:54 +0200 |
commit | b78123166627139777fbd206866ee0d1c8bcd040 (patch) | |
tree | 9ea910562faae1be208cfda68f9c4f6795040524 /gui/consolewindow.ui | |
parent | 524fbcdd3e359e07c1ff6e8ae05e03bc35977259 (diff) | |
download | MultiMC-b78123166627139777fbd206866ee0d1c8bcd040.tar MultiMC-b78123166627139777fbd206866ee0d1c8bcd040.tar.gz MultiMC-b78123166627139777fbd206866ee0d1c8bcd040.tar.lz MultiMC-b78123166627139777fbd206866ee0d1c8bcd040.tar.xz MultiMC-b78123166627139777fbd206866ee0d1c8bcd040.zip |
Contiguous selection and keyboard input for mod lists.
Tweak console to take up the sides.
You can reorder mods from the keyboard.
Diffstat (limited to 'gui/consolewindow.ui')
-rw-r--r-- | gui/consolewindow.ui | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gui/consolewindow.ui b/gui/consolewindow.ui index f8c87aa0..9a766543 100644 --- a/gui/consolewindow.ui +++ b/gui/consolewindow.ui @@ -14,6 +14,15 @@ <string>MultiMC Console</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> + <property name="leftMargin"> + <number>0</number> + </property> + <property name="topMargin"> + <number>0</number> + </property> + <property name="rightMargin"> + <number>0</number> + </property> <item> <widget class="QPlainTextEdit" name="text"> <property name="font"> @@ -30,6 +39,9 @@ <property name="plainText"> <string notr="true"/> </property> + <property name="textInteractionFlags"> + <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> + </property> <property name="centerOnScroll"> <bool>false</bool> </property> |