Skip to content

Commit c21d46a

Browse files
committed
Adjust label positioning to line up vertically
1 parent dfd4571 commit c21d46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/option-dialogs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ int Add_Tileset_Dialog::refresh_content(int ww, int dy) {
289289

290290
_tileset_header->resize(win_m, dy, ww, wgt_h);
291291
dy += wgt_h + wgt_m;
292-
int wgt_off = win_m + text_width(_start->label(), 2);
292+
int wgt_off = win_m + text_width(_start->label(), 3);
293293
int wgt_w = MAX(text_width("AA", 2), text_width("FF", 2)) + wgt_h;
294294
_start->resize(wgt_off, dy, wgt_w, wgt_h);
295295

0 commit comments

Comments
 (0)