Skip to content

Commit

Permalink
[STUDIO] Fix native test design file
Browse files Browse the repository at this point in the history
  • Loading branch information
ObaraEmmanuel committed Aug 7, 2024
1 parent cdb8edf commit dd8c34d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions formation/tests/samples/all_native.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<tkinter.ttk.Labelframe name="Labelframe_1" attr:text="Labelframe_1" attr:layout="place" layout:width="236" layout:height="85" layout:x="22" layout:y="81"/>
<tkinter.ttk.Notebook name="Notebook_1" layout:width="290" layout:height="145" layout:x="275" layout:y="16"/>
<tkinter.ttk.Treeview name="Treeview_1" layout:width="223" layout:height="59" layout:x="28" layout:y="179"/>
<tkinter.ttk.Sizegrip name="Sizegrip_1" attr:cursor="size_nw_se" attr:layout="place" layout:width="195" layout:height="74" layout:x="300" layout:y="181"/>
<tkinter.ttk.Sizegrip name="Sizegrip_1" attr:layout="place" layout:width="195" layout:height="74" layout:x="300" layout:y="181"/>
<tkinter.ttk.Button name="Button_1" attr:text="Button_1" layout:width="55" layout:height="30" layout:x="36" layout:y="286"/>
<tkinter.ttk.Checkbutton name="Checkbutton_1" attr:variable=".!frame3.!panedwindow.!panedwindow.!tabview.!designcontext12.!designer.!checkbutton" attr:text="Checkbutton_1" layout:width="55" layout:height="30" layout:x="68" layout:y="334"/>
<tkinter.ttk.Checkbutton name="Checkbutton_1" attr:text="Checkbutton_1" layout:width="55" layout:height="30" layout:x="68" layout:y="334"/>
<tkinter.ttk.Label name="Label_1" attr:text="Label_1" layout:width="55" layout:height="30" layout:x="54" layout:y="375"/>
<tkinter.ttk.Menubutton name="Menubutton_1" attr:text="Menubutton_1" layout:width="55" layout:height="30" layout:x="75" layout:y="424"/>
<tkinter.ttk.Progressbar name="Progressbar_1" attr:variable="PY_VAR58" attr:value="40" layout:width="162" layout:height="16" layout:x="29" layout:y="477"/>
<tkinter.ttk.Progressbar name="Progressbar_1" attr:value="40" layout:width="162" layout:height="16" layout:x="29" layout:y="477"/>
<tkinter.ttk.Scrollbar name="Scrollbar_1" layout:width="24" layout:height="164" layout:x="327" layout:y="238"/>
<tkinter.ttk.Separator name="Separator_1" layout:width="55" layout:height="30" layout:x="286" layout:y="464"/>
<tkinter.ttk.Combobox name="Combobox_1" layout:width="55" layout:height="30" layout:x="424" layout:y="196"/>
Expand Down

0 comments on commit dd8c34d

Please sign in to comment.