Skip to content

Commit e476d86

Browse files
committed
re-organize General Preferences options for better space utilization
1 parent ef91f64 commit e476d86

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

source/chrome/content/allinonegest/pref/aioOptions.xul

+44-44
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949
<vbox>
5050
<groupbox orient="horizontal">
5151
<caption label="&enable.label;"/>
52-
<vbox>
52+
<vbox flex="1">
5353
<checkbox id="mouse" type="checkbox" pref="true" preftype="bool"
5454
prefstring="allinonegest.mouse" label="&enable.mouse;" oncommand="doEnabling();"/>
5555
<checkbox id="rocker" type="checkbox" pref="true" preftype="bool"
5656
prefstring="allinonegest.rocking" label="&enable.rocker;" oncommand="doEnabling();"/>
5757
<checkbox id="tabBar" type="checkbox" pref="true" preftype="bool"
5858
prefstring="allinonegest.tabBar" label="&enable.tabbarscroll;" oncommand="doEnabling();"/>
5959
</vbox>
60-
<vbox>
60+
<vbox flex="1">
6161
<checkbox id="wheelscroll" type="checkbox" pref="true" preftype="bool"
6262
prefstring="allinonegest.wheelscrolling" label="&enable.wheelscroll;" oncommand="doEnabling();"/>
6363
<checkbox id="autoscroll" type="checkbox" pref="true" preftype="bool"
@@ -115,48 +115,6 @@
115115
</bbox>
116116
</vbox>
117117
</groupbox>
118-
<groupbox orient="horizontal" flex="1">
119-
<caption label="&linktooltip.label;"/>
120-
<vbox>
121-
<checkbox id="tooltipShiftId" type="checkbox" pref="true" preftype="bool" label="&linktooltip.shift;"
122-
prefstring="allinonegest.shiftForTitle" oncommand="doEnabling();"/>
123-
<hbox align="center">
124-
<label id="tooltipDelayId" value="&linktooltip.delay;"/>
125-
<spacer flex="1"/>
126-
<menulist id="delaydropdownId">
127-
<menupopup>
128-
<menuitem label="250" />
129-
<menuitem label="500" />
130-
<menuitem label="750" />
131-
<menuitem label="1000" />
132-
<menuitem label="1250" />
133-
<menuitem label="1500" />
134-
<menuitem label="2000" />
135-
<menuitem label="2500" />
136-
<menuitem label="3000" />
137-
<menuitem label="4000" />
138-
</menupopup>
139-
</menulist>
140-
</hbox>
141-
<hbox align="center">
142-
<label id="tooltipDisplayId" value="&linktooltip.duration;"/>
143-
<spacer flex="1"/>
144-
<menulist id="durationdropdownId">
145-
<menupopup>
146-
<menuitem label="2000" />
147-
<menuitem label="3000" />
148-
<menuitem label="4000" />
149-
<menuitem label="5000" />
150-
<menuitem label="6000" />
151-
<menuitem label="7000" />
152-
<menuitem label="8000" />
153-
</menupopup>
154-
</menulist>
155-
</hbox>
156-
</vbox>
157-
</groupbox>
158-
</hbox>
159-
<hbox>
160118
<groupbox orient="horizontal" flex="1">
161119
<caption label="&wheel.label;"/>
162120
<vbox>
@@ -176,6 +134,8 @@
176134
prefstring="allinonegest.showTabsPopup" label="&wheel.showTabsPopup;" />
177135
</vbox>
178136
</groupbox>
137+
</hbox>
138+
<hbox>
179139
<groupbox orient="horizontal" flex="1">
180140
<caption label="&autoscroll.label;"/>
181141
<vbox>
@@ -191,6 +151,46 @@
191151
</radiogroup>
192152
</vbox>
193153
</groupbox>
154+
<groupbox orient="horizontal" flex="1">
155+
<caption label="&linktooltip.label;"/>
156+
<vbox>
157+
<checkbox id="tooltipShiftId" type="checkbox" pref="true" preftype="bool" label="&linktooltip.shift;"
158+
prefstring="allinonegest.shiftForTitle" oncommand="doEnabling();"/>
159+
<hbox align="center">
160+
<label id="tooltipDelayId" value="&linktooltip.delay;"/>
161+
<spacer flex="1"/>
162+
<menulist id="delaydropdownId">
163+
<menupopup>
164+
<menuitem label="250" />
165+
<menuitem label="500" />
166+
<menuitem label="750" />
167+
<menuitem label="1000" />
168+
<menuitem label="1250" />
169+
<menuitem label="1500" />
170+
<menuitem label="2000" />
171+
<menuitem label="2500" />
172+
<menuitem label="3000" />
173+
<menuitem label="4000" />
174+
</menupopup>
175+
</menulist>
176+
</hbox>
177+
<hbox align="center">
178+
<label id="tooltipDisplayId" value="&linktooltip.duration;"/>
179+
<spacer flex="1"/>
180+
<menulist id="durationdropdownId">
181+
<menupopup>
182+
<menuitem label="2000" />
183+
<menuitem label="3000" />
184+
<menuitem label="4000" />
185+
<menuitem label="5000" />
186+
<menuitem label="6000" />
187+
<menuitem label="7000" />
188+
<menuitem label="8000" />
189+
</menupopup>
190+
</menulist>
191+
</hbox>
192+
</vbox>
193+
</groupbox>
194194
</hbox>
195195
<groupbox>
196196
<caption label="&about.label;"/>

0 commit comments

Comments
 (0)