Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71898
b: refs/heads/master
c: a54bb70
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Sam Ravnborg committed Oct 20, 2007
1 parent ce143fb commit ad48550
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0b463ff139d8f911f90c1d33a53aba094ed45907
refs/heads/master: a54bb701c248d65f761d366f94f2809abdc39f04
4 changes: 4 additions & 0 deletions trunk/scripts/kconfig/qconf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1274,8 +1274,12 @@ ConfigMainWindow::ConfigMainWindow(void)
QMenuBar* menu;
bool ok;
int x, y, width, height;
char title[256];

QWidget *d = configApp->desktop();
snprintf(title, sizeof(title), _("Linux Kernel v%s Configuration"),
getenv("KERNELVERSION"));
setCaption(title);

width = configSettings->readNumEntry("/window width", d->width() - 64);
height = configSettings->readNumEntry("/window height", d->height() - 64);
Expand Down

0 comments on commit ad48550

Please sign in to comment.