Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions modules/game_console/violationwindow.otui
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,20 @@ MainWindow
text-wrap: true
multiline: true
anchors.top: prev.bottom
anchors.bottom: next.top
anchors.bottom: buttonOk.top
anchors.left: parent.left
anchors.right: parent.right
margin: 8 0
max-length: 255
vertical-scrollbar: textScroll

VerticalScrollBar
id: textScroll
anchors.top: prev.top
anchors.bottom: prev.bottom
anchors.right: prev.right
pixels-scroll: true
step: 10


Button
id: buttonOk
Expand Down