commit 28f089e1f37e18873a4bf16b95fe3aa6db28635d
parent b1debf4048872afa18a1b2ce3421ce19f8332eda
Author: cfillion <cfillion@users.noreply.github.com>
Date: Mon, 5 Jun 2017 21:47:04 -0400
import: only show the groupbox around the url text box on macOS
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/resource.rc b/src/resource.rc
@@ -75,7 +75,9 @@ FONT DIALOG_FONT
BEGIN
LTEXT "Type or paste one or more repository index URLs (one per line):",
IDC_LABEL, 5, 5, 280, 10
+#ifdef __APPLE__
GROUPBOX "", IDC_GROUPBOX, 3, 9, 284, 51
+#endif
EDITTEXT IDC_URL, 5, 18, 278, 40, WS_VSCROLL | ES_MULTILINE
CONTROL "", IDC_PROGRESS, PROGRESS_CLASS, PBS_MARQUEE | NOT WS_VISIBLE, 10, 68, 150, 5
PUSHBUTTON "&Discover repositories...", IDC_DISCOVER, 5, 64, 90, 14