Skip to content
Snippets Groups Projects
Unverified Commit ba0559a4 authored by Rye Mutt's avatar Rye Mutt :bread: Committed by GitHub
Browse files

Merge pull request #28 from AlchemyViewer/RyeMutt/uniform-tab-height

Make tab height uniform across floaters and panels
parents 20fb5ad0 4add6911
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 15 deletions
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
left="4" left="4"
height="378" height="378"
right="-4" right="-4"
tab_height="25"
tab_min_width="120" tab_min_width="120"
name="about_tab" name="about_tab"
tab_position="top" tab_position="top"
......
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
name="blocked_tabs" name="blocked_tabs"
height="267" height="267"
right="-8" right="-8"
tab_height="25"
tab_min_width="100" tab_min_width="100"
tab_position="top" tab_position="top"
top_pad="4" > top_pad="4" >
......
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
layout="topleft" layout="topleft"
halign="center" halign="center"
tab_min_width="81" tab_min_width="81"
tab_height="30"
tab_position="top" tab_position="top"
> >
<panel <panel
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
name="behaviour_tab" name="behaviour_tab"
height="266" height="266"
right="-8" right="-8"
tab_height="23"
tab_min_width="120" tab_min_width="120"
tab_position="top" tab_position="top"
top="0" > top="0" >
......
...@@ -884,7 +884,6 @@ ...@@ -884,7 +884,6 @@
tab_max_width="100" tab_max_width="100"
tab_min_width="40" tab_min_width="40"
tab_position="top" tab_position="top"
tab_height="20"
open_tabs_on_drag_and_drop="true" open_tabs_on_drag_and_drop="true"
top="209" top="209"
width="308"> width="308">
......
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
right="-1" right="-1"
name="roles_tab_container" name="roles_tab_container"
tab_position="top" tab_position="top"
tab_height="22"
tab_min_width="90" tab_min_width="90"
top="0" top="0"
width="304"> width="304">
......
...@@ -216,7 +216,6 @@ ...@@ -216,7 +216,6 @@
layout="topleft" layout="topleft"
left="0" left="0"
name="inventory filter tabs" name="inventory filter tabs"
tab_height="30"
tab_position="top" tab_position="top"
tab_min_width="100" tab_min_width="100"
use_tab_offset="true" use_tab_offset="true"
......
...@@ -78,7 +78,6 @@ ...@@ -78,7 +78,6 @@
width="308" width="308"
height="320" height="320"
halign="center" halign="center"
tab_height="30"
tab_group="1" tab_group="1"
tab_position="top" tab_position="top"
tab_min_width="50"> tab_min_width="50">
......
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
left="5" left="5"
name="appearance_tabs" name="appearance_tabs"
tab_min_width="100" tab_min_width="100"
tab_height="30"
tab_position="top" tab_position="top"
halign="center" halign="center"
top="8" top="8"
......
...@@ -67,7 +67,6 @@ Learn about [https://community.secondlife.com/knowledgebase/joining-and-particip ...@@ -67,7 +67,6 @@ Learn about [https://community.secondlife.com/knowledgebase/joining-and-particip
left="3" left="3"
name="tabs" name="tabs"
tab_min_width="70" tab_min_width="70"
tab_height="30"
tab_position="top" tab_position="top"
top="0" top="0"
halign="center" halign="center"
......
...@@ -164,7 +164,6 @@ ...@@ -164,7 +164,6 @@
name="Places Tabs" name="Places Tabs"
tab_min_width="80" tab_min_width="80"
tab_max_width="157" tab_max_width="157"
tab_height="30"
tab_group="2" tab_group="2"
tab_position="top" tab_position="top"
top_pad="7" top_pad="7"
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
left="3" left="3"
name="tabs" name="tabs"
tab_min_width="70" tab_min_width="70"
tab_height="30"
tab_position="top" tab_position="top"
top="10" top="10"
halign="center" halign="center"
......
...@@ -173,7 +173,6 @@ ...@@ -173,7 +173,6 @@
tab_position="bottom" tab_position="bottom"
tab_width="100" tab_width="100"
tab_padding_right="0" tab_padding_right="0"
tab_height="16"
width="487"> width="487">
<panel <panel
bevel_style="none" bevel_style="none"
......
...@@ -54,7 +54,6 @@ ...@@ -54,7 +54,6 @@
name="postcard_tabs" name="postcard_tabs"
tab_group="1" tab_group="1"
tab_min_width="97" tab_min_width="97"
tab_height="21"
tab_position="top" tab_position="top"
top_pad="7" top_pad="7"
left="5" left="5"
......
...@@ -10,7 +10,7 @@ label_pad_left - padding to the left of tab button labels ...@@ -10,7 +10,7 @@ label_pad_left - padding to the left of tab button labels
use_custom_icon_ctrl="false" use_custom_icon_ctrl="false"
halign="center" halign="center"
font="SansSerifSmall" font="SansSerifSmall"
tab_height="21" tab_height="22"
label_pad_bottom="1" label_pad_bottom="1"
label_pad_left="4"> label_pad_left="4">
<!-- <!--
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment