Skip to content

Commit

Permalink
Reduce the minimum width of the EDE-Q Likert scale
Browse files Browse the repository at this point in the history
  • Loading branch information
martinburchell committed May 7, 2023
1 parent 4d4ec55 commit 92c264d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tablet_qt/tasks/edeq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ OpenableWidget* Edeq::editor(const bool read_only)
const int freq_min_width_px = 50;
const QVector<int> freq_min_option_widths_px = {50, 50, 50, 50, 50, 50, 50};

const int how_much_min_width_px = 100;
const QVector<int> how_much_min_option_widths_px = {100, 100, 100, 100, 100, 100, 100};
const int how_much_min_width_px = 50;
const QVector<int> how_much_min_option_widths_px = {50, 50, 50, 50, 50, 50, 50};

auto instructions = new QuHeading(xstring("instructions"));
auto instructions1_12 = new QuHeading(xstring("q1_12_instructions"));
Expand Down

0 comments on commit 92c264d

Please sign in to comment.