Skip to content

Commit b02b6dd

Browse files
committed
Set correct font for dialog layout
1 parent 59f2e2a commit b02b6dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/option-dialogs.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ void Option_Dialog::refresh() {
5555
_canceled = false;
5656
_dialog->copy_label(_title);
5757
// Refresh widget positions and sizes
58+
fl_font(OS_FONT, OS_FONT_SIZE);
5859
int dy = 10;
5960
dy += refresh_content(_width - 20, dy) + 16;
6061
#ifdef _WIN32

0 commit comments

Comments
 (0)