mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
Remove space below/above toolbars
Remove the (thin) space between the world editor toolbars.
This commit is contained in:
parent
d82a78ec3a
commit
b0a11d79d5
2 changed files with 19 additions and 6 deletions
|
|
@ -261,7 +261,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
|
||||||
HorizSizing = "width";
|
HorizSizing = "width";
|
||||||
VertSizing = "bottom";
|
VertSizing = "bottom";
|
||||||
Position = "0 0";
|
Position = "0 0";
|
||||||
Extent = "800 37";
|
Extent = "800 40";
|
||||||
MinExtent = "8 8";
|
MinExtent = "8 8";
|
||||||
Margin = "0 0 0 0";
|
Margin = "0 0 0 0";
|
||||||
Padding = "0 0 0 0";
|
Padding = "0 0 0 0";
|
||||||
|
|
|
||||||
|
|
@ -9,13 +9,26 @@ $guiContent = new GuiContainer(EWToolsToolbar) {
|
||||||
VertSizing = "bottom";
|
VertSizing = "bottom";
|
||||||
Position = "0 38";
|
Position = "0 38";
|
||||||
Extent = "0 33";
|
Extent = "0 33";
|
||||||
MinExtent = "8 2";
|
MinExtent = "8 34";
|
||||||
canSave = "1";
|
canSave = "1";
|
||||||
Visible = "1";
|
Visible = "1";
|
||||||
hovertime = "1000";
|
hovertime = "1000";
|
||||||
isClosed = "0";
|
isClosed = "0";
|
||||||
isDynamic = "0";
|
isDynamic = "0";
|
||||||
|
|
||||||
|
new GuiDecoyCtrl(EWToolsToolbarSpacer) {
|
||||||
|
profile = "ToolsMenubarProfile";
|
||||||
|
horizSizing = "right";
|
||||||
|
vertSizing = "bottom";
|
||||||
|
position = "0 3";
|
||||||
|
extent = "4 33";
|
||||||
|
minExtent = "8 8";
|
||||||
|
visible = "1";
|
||||||
|
helpTag = "0";
|
||||||
|
useMouseEvents = "0";
|
||||||
|
isDecoy = "1";
|
||||||
|
};
|
||||||
|
|
||||||
new GuiDynamicCtrlArrayControl(ToolsToolbarArray) {
|
new GuiDynamicCtrlArrayControl(ToolsToolbarArray) {
|
||||||
canSaveDynamicFields = "0";
|
canSaveDynamicFields = "0";
|
||||||
Enabled = "1";
|
Enabled = "1";
|
||||||
|
|
@ -24,15 +37,15 @@ $guiContent = new GuiContainer(EWToolsToolbar) {
|
||||||
HorizSizing = "width";
|
HorizSizing = "width";
|
||||||
VertSizing = "bottom";
|
VertSizing = "bottom";
|
||||||
position = "4 3";
|
position = "4 3";
|
||||||
Extent = "264 32";
|
Extent = "264 33";
|
||||||
MinExtent = "1024 32";
|
MinExtent = "1024 33";
|
||||||
canSave = "1";
|
canSave = "1";
|
||||||
Visible = "1";
|
Visible = "1";
|
||||||
hovertime = "1000";
|
hovertime = "1000";
|
||||||
colCount = "1";
|
colCount = "1";
|
||||||
colSize = "29";
|
colSize = "29";
|
||||||
RowSize = "27";
|
RowSize = "27";
|
||||||
rowSpacing = "2";
|
rowSpacing = "1";
|
||||||
colSpacing = "4";
|
colSpacing = "4";
|
||||||
};
|
};
|
||||||
new GuiBitmapButtonCtrl() {
|
new GuiBitmapButtonCtrl() {
|
||||||
|
|
@ -61,7 +74,7 @@ $guiContent = new GuiContainer(EWToolsToolbar) {
|
||||||
horizSizing = "right";
|
horizSizing = "right";
|
||||||
vertSizing = "bottom";
|
vertSizing = "bottom";
|
||||||
position = "1 1";
|
position = "1 1";
|
||||||
extent = "35 31";
|
extent = "35 33";
|
||||||
minExtent = "8 8";
|
minExtent = "8 8";
|
||||||
visible = "0";
|
visible = "0";
|
||||||
helpTag = "0";
|
helpTag = "0";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue