mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
lua console and some changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Button < UIButton
|
||||
font: helvetica-11px-bold
|
||||
font-color: #f0ad4dff
|
||||
color: #f0ad4dff
|
||||
size: 106 24
|
||||
border-image:
|
||||
source: /core_ui/images/button.png
|
||||
|
BIN
modules/core_ui/images/empty_rect.png
Normal file
BIN
modules/core_ui/images/empty_rect.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 191 B |
@@ -1,5 +1,8 @@
|
||||
Label < UILabel
|
||||
font: helvetica-12px
|
||||
color: #ffffff
|
||||
|
||||
LargerLabel < Label
|
||||
font: helvetica-12px-bold
|
||||
color: #ffffff
|
||||
|
||||
|
@@ -1,4 +1,5 @@
|
||||
LineEdit < UILineEdit
|
||||
font: helvetica-12px
|
||||
size: 86 20
|
||||
text-margin: 3
|
||||
border-image:
|
||||
|
@@ -12,4 +12,4 @@ RoundedPanel < Panel
|
||||
border: 4
|
||||
|
||||
RectPanel < UIWidget
|
||||
image: /core_ui/images/emptyrect.png
|
||||
image: /core_ui/images/empty_rect.png
|
@@ -1,4 +1,5 @@
|
||||
Window < UIWindow
|
||||
font: helvetica-12px-bold
|
||||
size: 200 200
|
||||
head:
|
||||
height: 20
|
||||
@@ -17,5 +18,4 @@ Window < UIWindow
|
||||
border.top: 0
|
||||
|
||||
MainWindow < Window
|
||||
anchors.centerIn: parent
|
||||
onLoad: function(self) self:lock() end
|
||||
anchors.centerIn: parent
|
Reference in New Issue
Block a user