|
197 | 197 | <property name="can_focus">False</property> |
198 | 198 | <property name="title" translatable="yes">신규 사용자 등록</property> |
199 | 199 | <property name="resizable">False</property> |
200 | | - <property name="modal">True</property> |
201 | 200 | <property name="default_width">420</property> |
202 | 201 | <property name="default_height">480</property> |
203 | 202 | <child type="titlebar"> |
|
248 | 247 | </object> |
249 | 248 | <packing> |
250 | 249 | <property name="x">187</property> |
251 | | - <property name="y">127</property> |
| 250 | + <property name="y">137</property> |
252 | 251 | </packing> |
253 | 252 | </child> |
254 | 253 | </object> |
|
419 | 418 | <property name="default_width">420</property> |
420 | 419 | <property name="default_height">480</property> |
421 | 420 | <signal name="destroy" handler="m_window_destroy" swapped="no"/> |
422 | | - <child> |
| 421 | + <child type="titlebar"> |
423 | 422 | <placeholder/> |
424 | 423 | </child> |
425 | 424 | <child> |
|
430 | 429 | <property name="can_focus">False</property> |
431 | 430 | <child> |
432 | 431 | <object class="GtkImage" id="m_window_image"> |
433 | | - <property name="width_request">100</property> |
434 | | - <property name="height_request">80</property> |
435 | 432 | <property name="visible">True</property> |
436 | 433 | <property name="can_focus">False</property> |
437 | 434 | <property name="pixbuf">resource/bg-login.svg</property> |
|
456 | 453 | <property name="height_request">14</property> |
457 | 454 | <property name="visible">True</property> |
458 | 455 | <property name="can_focus">False</property> |
| 456 | + <property name="margin_bottom">43</property> |
459 | 457 | <property name="label" translatable="yes">v1.0.0.1</property> |
460 | 458 | <attributes> |
461 | 459 | <attribute name="font-desc" value="Dingbats Bold 10"/> |
|
467 | 465 | </object> |
468 | 466 | <packing> |
469 | 467 | <property name="x">187</property> |
470 | | - <property name="y">127</property> |
| 468 | + <property name="y">137</property> |
471 | 469 | </packing> |
472 | 470 | </child> |
473 | 471 | </object> |
|
486 | 484 | <child> |
487 | 485 | <object class="GtkButton" id="m_detect_btn"> |
488 | 486 | <property name="label" translatable="yes">민감정보 검사</property> |
489 | | - <property name="width_request">150</property> |
490 | | - <property name="height_request">150</property> |
| 487 | + <property name="width_request">170</property> |
| 488 | + <property name="height_request">170</property> |
491 | 489 | <property name="visible">True</property> |
492 | 490 | <property name="can_focus">True</property> |
493 | 491 | <property name="receives_default">True</property> |
494 | 492 | <signal name="clicked" handler="m_detect_btn_clicked" object="detect_window" swapped="no"/> |
495 | 493 | </object> |
| 494 | + <packing> |
| 495 | + <property name="x">125</property> |
| 496 | + <property name="y">10</property> |
| 497 | + </packing> |
496 | 498 | </child> |
497 | 499 | </object> |
498 | 500 | <packing> |
|
504 | 506 | <child> |
505 | 507 | <object class="GtkFixed" id="m_fixed3"> |
506 | 508 | <property name="width_request">420</property> |
507 | | - <property name="height_request">144</property> |
| 509 | + <property name="height_request">114</property> |
508 | 510 | <property name="visible">True</property> |
509 | 511 | <property name="can_focus">False</property> |
510 | 512 | <child> |
511 | 513 | <object class="GtkButton" id="m_setting_btn"> |
512 | 514 | <property name="label" translatable="yes">환경 설정</property> |
513 | | - <property name="width_request">100</property> |
514 | | - <property name="height_request">50</property> |
| 515 | + <property name="width_request">114</property> |
| 516 | + <property name="height_request">40</property> |
515 | 517 | <property name="visible">True</property> |
516 | 518 | <property name="can_focus">True</property> |
517 | 519 | <property name="receives_default">True</property> |
518 | 520 | <signal name="clicked" handler="m_setting_btn_clicked" object="setting_window" swapped="no"/> |
519 | 521 | </object> |
| 522 | + <packing> |
| 523 | + <property name="x">286</property> |
| 524 | + <property name="y">54</property> |
| 525 | + </packing> |
520 | 526 | </child> |
521 | 527 | </object> |
522 | 528 | <packing> |
|
0 commit comments