UIImageView, fixes to minimap

This commit is contained in:
Henrique Santiago
2013-01-31 14:20:04 -02:00
parent cb7f855fd8
commit 546007f1df
7 changed files with 130 additions and 15 deletions

View File

@@ -0,0 +1,6 @@
ImageView < UIImageView
image-smooth: false
image-fixed-ratio: true
draggable: true
border-width: 2
border-color: #000000

View File

@@ -248,13 +248,15 @@ MinimapFlagWindow < MainWindow
// Minimap Full Panel
MinimapFullPanel < UIWidget
image-smooth: true
border-width: 2
border-color: #000000
MinimapFullPanel < FlatPanel
phantom: false
anchors.fill: parent
anchors.top: topMenu.bottom
ImageView
id: image
anchors.fill: parent
Button
!text: tr('Close')
margin-right: 4