mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
UIImageView, fixes to minimap
This commit is contained in:
6
data/styles/20-imageview.otui
Normal file
6
data/styles/20-imageview.otui
Normal file
@@ -0,0 +1,6 @@
|
||||
ImageView < UIImageView
|
||||
image-smooth: false
|
||||
image-fixed-ratio: true
|
||||
draggable: true
|
||||
border-width: 2
|
||||
border-color: #000000
|
@@ -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
|
||||
|
Reference in New Issue
Block a user