mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Remove the PaddedButton widget as it broke rendering in some cases.
This commit is contained in:
parent
065d7c852a
commit
88d500b28a
9 changed files with 0 additions and 41 deletions
|
|
@ -74,13 +74,10 @@ VideoServerDialog::VideoServerDialog (Session* s)
|
|||
HBox* docroot_hbox = manage (new HBox);
|
||||
|
||||
path_entry.set_width_chars(38);
|
||||
path_browse_button.set_name ("PaddedButton");
|
||||
path_entry.set_text("/usr/bin/harvid");
|
||||
docroot_entry.set_width_chars(38);
|
||||
docroot_entry.set_text(Config->get_video_server_docroot());
|
||||
docroot_browse_button.set_name ("PaddedButton");
|
||||
|
||||
listenaddr_combo.set_name ("PaddedButton");
|
||||
#ifndef __APPLE__
|
||||
/* Note: on OSX icsd is not able to bind to IPv4 localhost */
|
||||
listenaddr_combo.append_text("127.0.0.1");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue