Skip to content

Commit

Permalink
bugfix: Fixed textbox background color in Create hardfile dialog (fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed May 21, 2024
1 parent 7eac07a commit 573073f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/osdep/gui/SelectFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ static void InitSelectFile(const std::string& title)
txtFilename->setSize(350, TEXTFIELD_HEIGHT);
txtFilename->setId("Filename");
txtFilename->setBaseColor(gui_base_color);
txtFilename->setBackgroundColor(gui_textbox_background_color);
txtFilename->setForegroundColor(gui_foreground_color);
txtFilename->setPosition(lblFilename->getX() + lblFilename->getWidth() + DISTANCE_NEXT_X, lblFilename->getY());

Expand Down

0 comments on commit 573073f

Please sign in to comment.