Add some space for right side messages.
Discussed with Kitty and 10 pixels space looks much better.
This commit is contained in:
parent
e416be0a22
commit
9b74df726d
1 changed files with 11 additions and 2 deletions
|
@ -536,6 +536,15 @@ if(screen_width - (142 + ({__GUI_IMAGE_WIDTH})) > 675
|
|||
|
||||
[row]
|
||||
|
||||
[column]
|
||||
|
||||
[spacer]
|
||||
width = 10
|
||||
height = 75
|
||||
[/spacer]
|
||||
|
||||
[/column]
|
||||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
horizontal_grow = "true"
|
||||
|
@ -661,8 +670,8 @@ if(screen_width - (142 + ({__GUI_IMAGE_WIDTH})) > 675
|
|||
|
||||
[spacer]
|
||||
width = "(
|
||||
if(screen_width - (142 + ({__GUI_IMAGE_WIDTH})) > 675
|
||||
, screen_width - (142 + ({__GUI_IMAGE_WIDTH}) + 675)
|
||||
if(screen_width - (142 + 10 + ({__GUI_IMAGE_WIDTH})) > 675
|
||||
, screen_width - (142 + 10 + ({__GUI_IMAGE_WIDTH}) + 675)
|
||||
, 0
|
||||
))"
|
||||
height = 75
|
||||
|
|
Loading…
Add table
Reference in a new issue