Browse field, locked & paginated container support

This commit is contained in:
Sam
2014-07-15 23:19:08 +02:00
parent 32d1ed5c6a
commit 2a57a5f7d0
14 changed files with 177 additions and 21 deletions

View File

@@ -1,3 +1,8 @@
PageButton < Button
size: 30 18
margin: 1
ContainerWindow < MiniWindow
height: 150
@@ -25,6 +30,35 @@ ContainerWindow < MiniWindow
$pressed:
image-clip: 42 28 14 14
Panel
id: pagePanel
anchors.left: parent.left
anchors.right: parent.right
anchors.top: miniwindowTopBar.bottom
height: 20
margin: 2 3 0 3
background: #00000066
visible: false
Label
id: pageLabel
anchors.top: parent.top
anchors.horizontalCenter: parent.horizontalCenter
margin-top: 2
text-auto-resize: true
PageButton
id: prevPageButton
text: <
anchors.top: parent.top
anchors.left: parent.left
PageButton
id: nextPageButton
text: >
anchors.top: parent.top
anchors.right: parent.right
MiniWindowContents
padding-right: 0
layout: