make hrule thickness consistent with all other dialogs
This commit is contained in:
parent
851860101e
commit
8c1e2a6499
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ showWeightDialog = func {
|
|||
header = dialog[name].addChild("text");
|
||||
header.set("label", title);
|
||||
|
||||
dialog[name].addChild("hrule").set("pref-height", 2);
|
||||
dialog[name].addChild("hrule").set("pref-height", 1);
|
||||
|
||||
if (props.globals.getNode("/yasim") == nil) {
|
||||
msg = dialog[name].addChild("text");
|
||||
|
|
Loading…
Add table
Reference in a new issue