mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02:00
various small qt gui fixes
This commit is contained in:
parent
5c3d6298b0
commit
3d5fb07ca8
4 changed files with 68 additions and 16 deletions
|
@ -188,7 +188,7 @@
|
|||
</size>
|
||||
</property>
|
||||
<property name="currentIndex">
|
||||
<number>0</number>
|
||||
<number>1</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="statusPage">
|
||||
<property name="sizePolicy">
|
||||
|
@ -506,6 +506,16 @@
|
|||
<property name="sizeConstraint">
|
||||
<enum>QLayout::SetMaximumSize</enum>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="text">
|
||||
<string>Destination:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="logDestinationComboBox"/>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="logFileLabel">
|
||||
<property name="text">
|
||||
|
@ -3007,7 +3017,7 @@ Comma separated list of base64 identities:</string>
|
|||
<item>
|
||||
<widget class="QLabel" name="label_42">
|
||||
<property name="text">
|
||||
<string>SIgnature type:</string>
|
||||
<string>Signature type:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue