1
0
Fork 0

make hrule thickness consistent with all other dialogs

This commit is contained in:
mfranz 2005-10-21 15:36:33 +00:00
parent 851860101e
commit 8c1e2a6499

View file

@ -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");