Skip to content

Commit 10e055b

Browse files
committed
mandelbrot-app: remove glade cruft, tidy
1 parent 982ab11 commit 10e055b

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

software/mandelbrot-app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def onUpdateButtonPress(self, button):
280280
for i in range(len(self.pixels)):
281281
self.pixels[i] = 0
282282

283-
view = self.view
283+
view = self.view
284284
view.width = self.width
285285
view.height = self.height
286286
usb_reader = lambda: send_command(9, view, view.max_iterations, debug=False)

software/mandelbrot-client-gui.ui

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -184,28 +184,7 @@
184184
</packing>
185185
</child>
186186
<child>
187-
<object class="GtkBox" id="status_box">
188-
<property name="can_focus">False</property>
189-
<child>
190-
<placeholder/>
191-
</child>
192-
<child>
193-
<object class="GtkProgressBar">
194-
<property name="visible">True</property>
195-
<property name="can_focus">False</property>
196-
</object>
197-
<packing>
198-
<property name="expand">False</property>
199-
<property name="fill">True</property>
200-
<property name="position">1</property>
201-
</packing>
202-
</child>
203-
</object>
204-
<packing>
205-
<property name="expand">False</property>
206-
<property name="fill">True</property>
207-
<property name="position">2</property>
208-
</packing>
187+
<placeholder/>
209188
</child>
210189
</object>
211190
</child>

0 commit comments

Comments
 (0)