调整窗口滚动区域大小
This commit is contained in:
parent
0354bf7d74
commit
d90154a93f
|
@ -5,13 +5,13 @@
|
|||
#define PEAP_WINDOW_HEIGHT 524
|
||||
#define TLS_WINDOW_HEIGHT 580
|
||||
#define LAYOUT_MARGINS 0, 0, 0, 0
|
||||
#define TOP_LAYOUT_MARGINS 24, 12, 24, 24
|
||||
#define TOP_LAYOUT_MARGINS 24, 12, 24, 16
|
||||
#define CENTER_LAYOUT_MARGINS 24, 0, 24, 8
|
||||
#define BOTTOM_LAYOUT_MARGINS 24, 24, 24, 24
|
||||
#define LAYOUT_SPACING 16
|
||||
#define LABEL_MIN_WIDTH 146
|
||||
#define MAX_NAME_LENGTH 32
|
||||
#define PSK_SCRO_HEIGHT 180
|
||||
#define PSK_SCRO_HEIGHT 182
|
||||
#define PEAP_SCRO_HEIGHT 340
|
||||
#define TLS_SCRO_HEIGHT 560
|
||||
|
||||
|
|
|
@ -129,7 +129,7 @@ private slots:
|
|||
void onClientCertPathComboxIndexChanged(QString str);
|
||||
void onClientPrivateKeyComboxIndexChanged(QString str);
|
||||
void onPwdOptionComboxIndexChanged(QString str);
|
||||
void changeColumnWithWithSecuType();
|
||||
void changeColumnWidthWithSecuType();
|
||||
|
||||
signals:
|
||||
void setSecuPageState(bool);
|
||||
|
|
Loading…
Reference in New Issue