[tbb-commits] [tor-launcher/master] Bug #11484: Show help button even if no default bridges.
brade at torproject.org
brade at torproject.org
Thu Apr 17 14:08:36 UTC 2014
commit c9427b6623deae7d08019f734b56d4b62990a694
Author: Kathy Brade <brade at pearlcrescent.com>
Date: Thu Apr 17 10:06:46 2014 -0400
Bug #11484: Show help button even if no default bridges.
---
src/chrome/content/network-settings-overlay.xul | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/src/chrome/content/network-settings-overlay.xul b/src/chrome/content/network-settings-overlay.xul
index 4172af5..6422802 100644
--- a/src/chrome/content/network-settings-overlay.xul
+++ b/src/chrome/content/network-settings-overlay.xul
@@ -74,7 +74,7 @@
</groupbox>
<groupbox id="bridgeSpecificSettings">
- <hbox pack="end">
+ <hbox align="end" pack="end">
<radiogroup id="bridgeTypeRadioGroup" flex="1" style="margin: 0px"
oncommand="onBridgeTypeRadioChange()">
<radio id="bridgeRadioDefault"
@@ -91,12 +91,10 @@
</hbox>
<spacer style="height: 0.5em" />
- <hbox align="baseline" flex="1">
- <radio align="start" id="bridgeRadioCustom"
- label="&torsettings.useBridges.custom;" />
- <button align="end" dlgtype="help" oncommand="onOpenHelp()" />
- </hbox>
+ <radio align="start" id="bridgeRadioCustom"
+ label="&torsettings.useBridges.custom;" />
</radiogroup>
+ <button dlgtype="help" oncommand="onOpenHelp()" />
</hbox>
<vbox id="bridgeCustomEntry">
<label id="bridgeListLabel" style="margin-top:0px;"
More information about the tbb-commits
mailing list