Explorar el Código

adding button captions for a better look on macOS

Dmitry Boyarintsev hace 6 años
padre
commit
3b19efe75a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/gui-experimental/UFRMPascalCoinWalletConfig.lfm

+ 2 - 0
src/gui-experimental/UFRMPascalCoinWalletConfig.lfm

@@ -124,6 +124,7 @@ object FRMPascalCoinWalletConfig: TFRMPascalCoinWalletConfig
     ModalResult = 1
     OnClick = bbOkClick
     TabOrder = 16
+    Caption = 'OK'
   end
   object bbCancel: TBitBtn
     Left = 278
@@ -134,6 +135,7 @@ object FRMPascalCoinWalletConfig: TFRMPascalCoinWalletConfig
     Kind = bkCancel
     ModalResult = 2
     TabOrder = 17
+    Caption = 'Cancel'
   end
   object udInternetServerPort: TUpDown
     Left = 256