チェックボックスの配置を変更

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4989 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-08-25 02:30:43 +00:00
parent 0019a3612a
commit 815b23a2ec

View File

@ -93,22 +93,17 @@
<spacer/> <spacer/>
</row> </row>
<row> <row>
<vbox pack="start" align="end">
<radio value="left" label="&config.tabbar.position.left;"/> <radio value="left" label="&config.tabbar.position.left;"/>
</vbox>
<box style="border: ThreeDShadow 1px solid; margin: 0.3em; background: white;"/> <box style="border: ThreeDShadow 1px solid; margin: 0.3em; background: white;"/>
<vbox pack="start" align="start">
<radio value="right" label="&config.tabbar.position.right;"/> <radio value="right" label="&config.tabbar.position.right;"/>
</row>
<row align="center">
<spacer/>
<radio value="bottom" label="&config.tabbar.position.bottom;"/>
<checkbox id="extensions.treestyletab.tabbar.invertTab-check" <checkbox id="extensions.treestyletab.tabbar.invertTab-check"
preference="extensions.treestyletab.tabbar.invertTab" preference="extensions.treestyletab.tabbar.invertTab"
label="&config.tabbar.invertTab;" label="&config.tabbar.invertTab;"
disabled="true"/> disabled="true"/>
</vbox>
</row>
<row>
<spacer/>
<radio value="bottom" label="&config.tabbar.position.bottom;"/>
<spacer/>
</row> </row>
</rows> </rows>
</grid> </grid>