mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-25 06:58:39 +00:00
Bug 4104: Adapted UI to fit new image upload form and fixed smaller bugs regarding tag buttons.
This commit is contained in:
+1
@@ -86,6 +86,7 @@ public class URLFieldWithFileUpload extends Composite implements HasValue<String
|
||||
});
|
||||
removePanel.add(removeButton);
|
||||
urlTextBox = new TextBox();
|
||||
urlTextBox.getElement().addClassName("url-textbox");
|
||||
urlTextBox.setWidth("400px");
|
||||
imageUrlPanel.add(urlTextBox);
|
||||
imageUrlPanel.add(removePanel);
|
||||
|
||||
Reference in New Issue
Block a user