mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
Merge pull request #5632
98c222b [Qt] optimize helpmessage dialog (Jonas Schnelli)
This commit is contained in:
@@ -74,8 +74,8 @@ HelpMessageDialog::HelpMessageDialog(QWidget *parent, bool about) :
|
||||
tf.setBorderStyle(QTextFrameFormat::BorderStyle_None);
|
||||
tf.setCellPadding(2);
|
||||
QVector<QTextLength> widths;
|
||||
widths << QTextLength(QTextLength::PercentageLength, 20);
|
||||
widths << QTextLength(QTextLength::PercentageLength, 80);
|
||||
widths << QTextLength(QTextLength::PercentageLength, 35);
|
||||
widths << QTextLength(QTextLength::PercentageLength, 65);
|
||||
tf.setColumnWidthConstraints(widths);
|
||||
QTextTable *table = cursor.insertTable(2, 2, tf);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user