mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +02:00
More scaling fixes, frameless combo box for status bar
This commit is contained in:
parent
990d092274
commit
385fa6dbb5
10 changed files with 30 additions and 17 deletions
|
@ -1877,7 +1877,7 @@ namespace IDE.ui
|
|||
if (propIdx == 0)
|
||||
{
|
||||
var comboBox = new DarkComboBox();
|
||||
comboBox.mFrameless = true;
|
||||
comboBox.mFrameKind = .Transparent;
|
||||
comboBox.mPopulateMenuAction.Add(new (menu) => { PopulateComboBox(menu, propEntries); });
|
||||
subItem.AddWidget(comboBox);
|
||||
subItem.mOnResized.Add(new (evt) => { comboBox.Resize(0, 0, GetValueEditWidth(subItem), subItem.mHeight + 1); });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue