Skip to content
Snippets Groups Projects
Commit 21f5c9c7 authored by borsitsb's avatar borsitsb
Browse files

src: replaced TABs with 4 spaces

parent 734cf323
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ private:
void initDiagnosticPage();
void initText();
enum {
WINDOW_WIDTH = 380,
WINDOW_WIDTH = 650,
WINDOW_HEIGHT = 420,
LOGO_WIDTH = 120,
README_WIDTH = (WINDOW_WIDTH-LOGO_WIDTH)
......
......@@ -13,6 +13,7 @@ NetCheckerWindow::NetCheckerWindow(){
setWindowFlags(Qt::WindowCloseButtonHint);
this->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
this->setFixedSize(WINDOW_WIDTH, WINDOW_HEIGHT);
this->setAttribute(Qt::WA_QuitOnClose, false);
/* initialize stacked window structure */
initStackedWindow();
/* localization for texts in program */
......
  • Developer

    ennek aztán sok értelme volt (Y)

  • Author Owner

    Annyi értelme van csak, hogy így legalább konzisztens a kód. Ha szeretnéd, tőlem átállhatunk tab-ra is, de szerintem a space jobb választás, mert az összes editorban egységes méretű.

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment