Skip to content

Commit

Permalink
Increase statusbar width for modified timestamp (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiolo committed Jul 25, 2024
1 parent b3d3d99 commit a05a347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/myframe.h
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@ struct MyFrame : wxFrame {
}

void SetDPIAwareStatusWidths() {
int swidths[] = {-1, FromDIP(240), FromDIP(120), FromDIP(100)};
int swidths[] = {-1, FromDIP(300), FromDIP(120), FromDIP(100)};
SetStatusWidths(4, swidths);
}

Expand Down

0 comments on commit a05a347

Please sign in to comment.