mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +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
|
|
@ -261,7 +261,7 @@ $guiContent = new GuiContainer(EditorGui,EditorGuiGroup) {
|
|||
HorizSizing = "width";
|
||||
VertSizing = "bottom";
|
||||
Position = "0 0";
|
||||
Extent = "800 37";
|
||||
Extent = "800 40";
|
||||
MinExtent = "8 8";
|
||||
Margin = "0 0 0 0";
|
||||
Padding = "0 0 0 0";
|
||||
|
|
|
|||
|
|
@ -9,13 +9,26 @@ $guiContent = new GuiContainer(EWToolsToolbar) {
|
|||
VertSizing = "bottom";
|
||||
Position = "0 38";
|
||||
Extent = "0 33";
|
||||
MinExtent = "8 2";
|
||||
MinExtent = "8 34";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
hovertime = "1000";
|
||||
isClosed = "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) {
|
||||
canSaveDynamicFields = "0";
|
||||
Enabled = "1";
|
||||
|
|
@ -24,15 +37,15 @@ $guiContent = new GuiContainer(EWToolsToolbar) {
|
|||
HorizSizing = "width";
|
||||
VertSizing = "bottom";
|
||||
position = "4 3";
|
||||
Extent = "264 32";
|
||||
MinExtent = "1024 32";
|
||||
Extent = "264 33";
|
||||
MinExtent = "1024 33";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
hovertime = "1000";
|
||||
colCount = "1";
|
||||
colSize = "29";
|
||||
RowSize = "27";
|
||||
rowSpacing = "2";
|
||||
rowSpacing = "1";
|
||||
colSpacing = "4";
|
||||
};
|
||||
new GuiBitmapButtonCtrl() {
|
||||
|
|
@ -61,7 +74,7 @@ $guiContent = new GuiContainer(EWToolsToolbar) {
|
|||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
position = "1 1";
|
||||
extent = "35 31";
|
||||
extent = "35 33";
|
||||
minExtent = "8 8";
|
||||
visible = "0";
|
||||
helpTag = "0";
|
||||
|
|
|
|||
Loading…
Reference in a new issue