mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 13:17:00 -04:00
Width of labels in native look editor is adjusted based on the longest label
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@449 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -35,10 +35,11 @@ class NativeLookEditor : public DataEditor {
|
||||
virtual void onInit();
|
||||
|
||||
private:
|
||||
static const UInt margin = 6;
|
||||
static const UInt margin_left = 4;
|
||||
static const UInt label_width = 150;
|
||||
static const UInt vspace = 10;
|
||||
static const int margin = 6;
|
||||
static const int margin_left = 4;
|
||||
static const int vspace = 10;
|
||||
static const int label_margin = 10;
|
||||
int label_width;
|
||||
|
||||
DECLARE_EVENT_TABLE();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user