[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [vidalia/alpha] Corrected radio buttons minimum sizes in advanced settings tab
commit 50e241f3da4ec2708713ea62d71a98ed4d311a8a
Author: Sebastian Baginski <sebthestampede@xxxxxxxxx>
Date: Thu Mar 29 14:30:48 2012 +0200
Corrected radio buttons minimum sizes in advanced settings tab
---
changes/bug5518 | 4 ++++
src/vidalia/config/AdvancedPage.ui | 12 ++++++++++++
2 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/changes/bug5518 b/changes/bug5518
new file mode 100644
index 0000000..f2323f9
--- /dev/null
+++ b/changes/bug5518
@@ -0,0 +1,4 @@
+ Bugfixes relative to Vidalia 0.2.x:
+ o In Advanced Settings tab, corrected radio buttons minimum sizes
+ to prevent hiding of socket controls on window resize.
+ Fixes bug 5518.
\ No newline at end of file
diff --git a/src/vidalia/config/AdvancedPage.ui b/src/vidalia/config/AdvancedPage.ui
index a9c97fa..255a36f 100644
--- a/src/vidalia/config/AdvancedPage.ui
+++ b/src/vidalia/config/AdvancedPage.ui
@@ -189,6 +189,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>18</height>
+ </size>
+ </property>
<property name="text">
<string>Use TCP connection (ControlPort)</string>
</property>
@@ -225,6 +231,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>18</height>
+ </size>
+ </property>
<property name="text">
<string>Use Unix domain socket (ControlSocket)</string>
</property>
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits