Skip to content

Commit 75977d4

Browse files
authored
Merge pull request #25 from jun08111/master
[Client]등록창 UI 수정 및 업데이트
2 parents fcabb53 + 8dee08d commit 75977d4

File tree

4 files changed

+64
-39
lines changed

4 files changed

+64
-39
lines changed

src/glade/bxr_plover

0 Bytes
Binary file not shown.

src/glade/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ int detect_func(gchar *path)
703703
// 계정이 있는지 확인: TRUE(1)=있다 FALSE(0)=없다 //
704704
int chk_user()
705705
{
706-
chk_tf = TRUE;
706+
chk_tf = FALSE;
707707

708708
return chk_tf;
709709
}

src/glade/main.glade

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -367,14 +367,11 @@
367367
<property name="can_focus">False</property>
368368
<child>
369369
<object class="GtkBox">
370-
<property name="width_request">290</property>
371-
<property name="height_request">170</property>
370+
<property name="width_request">300</property>
371+
<property name="height_request">50</property>
372372
<property name="visible">True</property>
373373
<property name="can_focus">False</property>
374-
<property name="halign">start</property>
375-
<property name="valign">start</property>
376374
<property name="orientation">vertical</property>
377-
<property name="spacing">10</property>
378375
<child>
379376
<object class="GtkEntry" id="e_name_entry">
380377
<property name="width_request">290</property>
@@ -393,6 +390,22 @@
393390
<property name="position">0</property>
394391
</packing>
395392
</child>
393+
</object>
394+
<packing>
395+
<property name="x">84</property>
396+
<property name="y">10</property>
397+
</packing>
398+
</child>
399+
<child>
400+
<object class="GtkBox">
401+
<property name="width_request">290</property>
402+
<property name="height_request">110</property>
403+
<property name="visible">True</property>
404+
<property name="can_focus">False</property>
405+
<property name="halign">start</property>
406+
<property name="valign">start</property>
407+
<property name="orientation">vertical</property>
408+
<property name="spacing">10</property>
396409
<child>
397410
<object class="GtkComboBoxText" id="e_jobtitle_cbxtext">
398411
<property name="width_request">290</property>
@@ -454,7 +467,7 @@
454467
</object>
455468
<packing>
456469
<property name="x">84</property>
457-
<property name="y">10</property>
470+
<property name="y">70</property>
458471
</packing>
459472
</child>
460473
<child>

src/glade/main.glade~

Lines changed: 44 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999
<property name="visible">True</property>
100100
<property name="can_focus">True</property>
101101
<property name="receives_default">True</property>
102-
<property name="opacity">0.10000000000000001</property>
103102
<property name="relief">none</property>
104103
<signal name="clicked" handler="d_option_btn_clicked" object="setting_window" swapped="no"/>
105104
<child>
@@ -366,16 +365,39 @@
366365
<property name="height_request">180</property>
367366
<property name="visible">True</property>
368367
<property name="can_focus">False</property>
368+
<child>
369+
<object class="GtkImage" id="e_jobtitle_cbxtext_image">
370+
<property name="width_request">50</property>
371+
<property name="height_request">50</property>
372+
<property name="visible">True</property>
373+
<property name="can_focus">False</property>
374+
<property name="pixbuf">resource/btn-dropdown-nor.svg</property>
375+
</object>
376+
<packing>
377+
<property name="x">335</property>
378+
<property name="y">70</property>
379+
</packing>
380+
</child>
381+
<child>
382+
<object class="GtkImage" id="e_department_cbxtext_image">
383+
<property name="width_request">50</property>
384+
<property name="height_request">50</property>
385+
<property name="visible">True</property>
386+
<property name="can_focus">False</property>
387+
<property name="pixbuf">resource/btn-add-nor.svg</property>
388+
</object>
389+
<packing>
390+
<property name="x">335</property>
391+
<property name="y">130</property>
392+
</packing>
393+
</child>
369394
<child>
370395
<object class="GtkBox">
371-
<property name="width_request">290</property>
372-
<property name="height_request">170</property>
396+
<property name="width_request">300</property>
397+
<property name="height_request">50</property>
373398
<property name="visible">True</property>
374399
<property name="can_focus">False</property>
375-
<property name="halign">start</property>
376-
<property name="valign">start</property>
377400
<property name="orientation">vertical</property>
378-
<property name="spacing">10</property>
379401
<child>
380402
<object class="GtkEntry" id="e_name_entry">
381403
<property name="width_request">290</property>
@@ -394,6 +416,22 @@
394416
<property name="position">0</property>
395417
</packing>
396418
</child>
419+
</object>
420+
<packing>
421+
<property name="x">84</property>
422+
<property name="y">10</property>
423+
</packing>
424+
</child>
425+
<child>
426+
<object class="GtkBox">
427+
<property name="width_request">290</property>
428+
<property name="height_request">110</property>
429+
<property name="visible">True</property>
430+
<property name="can_focus">False</property>
431+
<property name="halign">start</property>
432+
<property name="valign">start</property>
433+
<property name="orientation">vertical</property>
434+
<property name="spacing">10</property>
397435
<child>
398436
<object class="GtkComboBoxText" id="e_jobtitle_cbxtext">
399437
<property name="width_request">290</property>
@@ -455,35 +493,9 @@
455493
</object>
456494
<packing>
457495
<property name="x">84</property>
458-
<property name="y">10</property>
459-
</packing>
460-
</child>
461-
<child>
462-
<object class="GtkImage" id="e_jobtitle_cbxtext_image">
463-
<property name="width_request">50</property>
464-
<property name="height_request">50</property>
465-
<property name="visible">True</property>
466-
<property name="can_focus">False</property>
467-
<property name="pixbuf">resource/btn-dropdown-nor.svg</property>
468-
</object>
469-
<packing>
470-
<property name="x">335</property>
471496
<property name="y">70</property>
472497
</packing>
473498
</child>
474-
<child>
475-
<object class="GtkImage" id="e_department_cbxtext_image">
476-
<property name="width_request">50</property>
477-
<property name="height_request">50</property>
478-
<property name="visible">True</property>
479-
<property name="can_focus">False</property>
480-
<property name="pixbuf">resource/btn-add-nor.svg</property>
481-
</object>
482-
<packing>
483-
<property name="x">335</property>
484-
<property name="y">130</property>
485-
</packing>
486-
</child>
487499
</object>
488500
<packing>
489501
<property name="expand">False</property>

0 commit comments

Comments
 (0)