Skip to content

Commit

Permalink
imp: adjust level column size
Browse files Browse the repository at this point in the history
Signed-off-by: Renato Foot <[email protected]>
  • Loading branch information
Renato Foot committed Dec 8, 2023
1 parent 7374c86 commit 08bd5fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/client_entergame/characterlist.otui
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ CharacterWidget < UIWidget
color: #bbbbbb
anchors.top: parent.top
anchors.left: parent.left
margin-left: 400
margin-left: 410
font: verdana-11px-monochrome
text-auto-resize: true
background-color: alpha
Expand Down Expand Up @@ -210,7 +210,7 @@ MainWindow
end

FlatLabel
width: 50
width: 60
anchors.left: parent.left
anchors.top: characters.top
margin-left: 350
Expand All @@ -224,7 +224,7 @@ MainWindow
width: 150
anchors.left: parent.left
anchors.top: characters.top
margin-left: 400
margin-left: 410
!text: tr('Vocation') .. ''
@onSetup: |
if not(g_game.getFeature(GameEnterGameShowAppearance)) then
Expand Down Expand Up @@ -275,7 +275,7 @@ MainWindow
anchors.left: parent.left
anchors.top: parent.top
anchors.bottom: prev.bottom
margin-left: 399
margin-left: 409
@onSetup: |
if not(g_game.getFeature(GameEnterGameShowAppearance)) then
self:hide()
Expand Down

0 comments on commit 08bd5fa

Please sign in to comment.