mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
From Nils' UI work
Adds ability to control button margin of IconButtons Adds ability to define button offset of window controls Add mouse drag callback for window controls Tweaks colors of gui slider control Tweak to line split for text edit slider bitmap control Tweaks to colors for text edit slider control Tweaks to colors for Edit control Tweaks to default menubar height
This commit is contained in:
parent
a445a43646
commit
d0f914b3e6
9 changed files with 53 additions and 24 deletions
|
|
@ -1100,8 +1100,8 @@ GuiMenuBar::GuiMenuBar()
|
|||
mHorizontalMargin = 6; // Default number of pixels on the left and right side of a manu's text
|
||||
mVerticalMargin = 1; // Default number of pixels on the top and bottom of a menu's text
|
||||
mBitmapMargin = 2; // Default number of pixels between a menu's bitmap and text
|
||||
|
||||
mMenubarHeight = 20;
|
||||
|
||||
mMenubarHeight = 24;
|
||||
|
||||
// Added:
|
||||
mouseDownSubmenu = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue