mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02:00
qt ui - now pixel perfect buttons
This commit is contained in:
parent
7d3a818565
commit
a79f614e12
3 changed files with 67 additions and 13 deletions
|
@ -83,7 +83,7 @@
|
|||
<item>
|
||||
<widget class="QWidget" name="statusButtonsPane" native="true">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
||||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
|
@ -146,7 +146,7 @@
|
|||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>172</width>
|
||||
<width>171</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
|
@ -260,7 +260,7 @@
|
|||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Settings</string>
|
||||
<string>General settings</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -3061,7 +3061,7 @@ Comma separated list of base64 identities:</string>
|
|||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Tunnels</string>
|
||||
<string>Tunnels settings</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue