Skip to content

Commit

Permalink
enhancement: improve layout in Custom Fields window (fixes #1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed May 3, 2024
1 parent 7c698e7 commit dcfc40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osdep/gui/ShowCustomFields.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ void create_custom_field(custom_widget& widget, const int number, const std::str
{
constexpr int textfield_width = 350;
constexpr int pos_x1 = DISTANCE_BORDER;
constexpr int pos_x2 = 150;
constexpr int pos_x2 = 200;

for (int i = 0; i < number; i++) {
std::string id;
Expand Down

0 comments on commit dcfc40a

Please sign in to comment.